Skip to content

Commit 48ddf8c

Browse files
authored
ci: Update tox (#5122)
### Description Regenerating tox because we need to update the config for the langchain test suite in #5120 and I don't want to pull in lots of unrelated changes on the feature branch. Dramatiq 2.0 has been released and our tests fail on it. Excluding it for now, we will follow up in #5123. #### Issues <!-- * resolves: #1234 * resolves: LIN-1234 --> #### Reminders - Please add tests to validate your changes, and lint your code using `tox -e linters`. - Add GH Issue ID _&_ Linear ID (if applicable) - PR title should use [conventional commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`) - For external contributors: [CONTRIBUTING.md](https://github.com/getsentry/sentry-python/blob/master/CONTRIBUTING.md), [Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord community](https://discord.gg/Ww9hbqr)
1 parent 6d2e663 commit 48ddf8c

File tree

4 files changed

+78
-71
lines changed

4 files changed

+78
-71
lines changed

scripts/populate_tox/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
"dramatiq": {
110110
"package": "dramatiq",
111111
"num_versions": 2,
112+
"include": "!=2.0.0",
112113
},
113114
"falcon": {
114115
"package": "falcon",
@@ -285,6 +286,7 @@
285286
"*": ["pytest-asyncio"],
286287
},
287288
"python": ">=3.10",
289+
"include": "!=0.6.0,!=0.6.1",
288290
},
289291
"openfeature": {
290292
"package": "openfeature-sdk",

0 commit comments

Comments
 (0)