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

Commit

Permalink
fix: remove tox-battery from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Nov 10, 2023
1 parent 0675770 commit ba05fd7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
-c constraints.txt

tox # Virtualenv management for tests
tox-battery # Makes tox aware of requirements file changes
tox-travis # Match Travis jobs to tox environments
coverage # Calculate code coverage of tests.
3 changes: 0 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
# tox-battery
# tox-travis
tox-battery==0.6.1
# via -r requirements/ci.in
tox-travis==0.13
# via -r requirements/ci.in
virtualenv==20.22.0
Expand Down
3 changes: 0 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,7 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# tox-battery
# tox-travis
tox-battery==0.6.1
# via -r requirements/ci.txt
tox-travis==0.13
# via -r requirements/ci.txt
typing-extensions==4.5.0
Expand Down

0 comments on commit ba05fd7

Please sign in to comment.