From 425ec2c47bea3dda3d5f1cdab1d8398c869af2f7 Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Fri, 10 Nov 2023 17:06:18 +0500 Subject: [PATCH] fix: remove global tox constraint --- edx_lint/files/common_constraints.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/edx_lint/files/common_constraints.txt b/edx_lint/files/common_constraints.txt index afe6aa88..15aafb29 100644 --- a/edx_lint/files/common_constraints.txt +++ b/edx_lint/files/common_constraints.txt @@ -21,7 +21,3 @@ elasticsearch<7.14.0 # django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected django-simple-history==3.0.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