Skip to content

Commit 734515a

Browse files
authored
ci(tox): avoid running ddtrace with tox v4.0 [backport #4751 to 1.5] (#4761)
## Description #4751 ## Reviewer Checklist - [ ] Title is accurate. - [ ] Description motivates each change. - [ ] No unnecessary changes were introduced in this PR. - [ ] Avoid breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary. - [ ] Tests provided or description of manual testing performed is included in the code or PR. - [ ] Release note has been added and follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/contributing.html#Release-Note-Guidelines), or else `changelog/no-changelog` label added. - [ ] All relevant GitHub issues are correctly linked. - [ ] Backports are identified and tagged with Mergifyio.
1 parent 6dcd69b commit 734515a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ commands:
6262
setup_tox:
6363
description: "Install tox"
6464
steps:
65-
- run: pip install -U tox
65+
- run: pip install -U "tox<4"
6666

6767
setup_riot:
6868
description: "Install riot"

0 commit comments

Comments
 (0)