Skip to content

Commit

Permalink
Test ddtrace dependency range 1.4.latest (#956)
Browse files Browse the repository at this point in the history
* Test ddtrace dependency range (#932)

* hard pin ddtrace to 2.3.0
* changelog

(cherry picked from commit 819c412)

* soft pin pytest and use ddtrace 2.6.4

* use ddtrace 2.3.0

* use pytest 7

---------

Co-authored-by: Matthew McKnight <[email protected]>
  • Loading branch information
colin-rogers-dbt and McKnight-42 authored Mar 30, 2024
1 parent f1d4faa commit 8cc98d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240319-102636.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: hard pin ddtrace to 2.3.0
time: 2024-03-19T10:26:36.090014-05:00
custom:
Author: McKnight-42
PR: "932"
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git+https://github.com/dbt-labs/[email protected]#egg=dbt-tests-adapter&su
black==22.8.0
click~=8.1.3
cryptography~=41.0.7
ddtrace~=1.16
ddtrace==2.3.0
bumpversion
flake8
flaky
Expand All @@ -15,7 +15,7 @@ ipdb
mypy==0.971
pip-tools
pre-commit
pytest
pytest~=7.0
pytest-dotenv
pytest-logbook
pytest-csv
Expand Down

0 comments on commit 8cc98d7

Please sign in to comment.