Skip to content

Commit

Permalink
fix: remove tox-battery and update tox
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Dec 8, 2023
1 parent 71f53d5 commit 519fe6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
-c constraints.txt

tox # Virtualenv management for tests
tox-battery==0.2 # Makes tox aware of requirements file changes; restricted by https://github.com/signalpillar/tox-battery/issues/6
7 changes: 2 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ coverage==7.2.3
# via codecov
distlib==0.3.6
# via virtualenv
filelock==3.11.0
filelock==3.13.1
# via
# tox
# virtualenv
Expand All @@ -32,13 +32,10 @@ six==1.16.0
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
tox==4.11.4
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.2
# via -r requirements/ci.in
urllib3==1.26.15
# via requests
virtualenv==20.21.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ edx-lint==5.3.4
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.11.0
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -200,7 +200,7 @@ tomli==2.0.1
# tox
tomlkit==0.11.7
# via pylint
tox==3.28.0
tox==4.11.4
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/dev.in
Expand Down

0 comments on commit 519fe6f

Please sign in to comment.