Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore: Added tox<4.0.0 to constraints.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
thezaeemaanwar committed Oct 31, 2023
1 parent 08df5d2 commit 0859fea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ Django<3.3

# breaking changes in CLI and dropped support for python3.5 in celery 5.0
celery<5.0

# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0

0 comments on commit 0859fea

Please sign in to comment.