-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test ddtrace dependency range 1.4.latest (#956)
* 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
1 parent
f1d4faa
commit 8cc98d7
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -15,7 +15,7 @@ ipdb | |
mypy==0.971 | ||
pip-tools | ||
pre-commit | ||
pytest | ||
pytest~=7.0 | ||
pytest-dotenv | ||
pytest-logbook | ||
pytest-csv | ||
|