Skip to content

Commit

Permalink
test: remove tox constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Mar 6, 2024
1 parent ba79ad7 commit d4d4f6a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 19 deletions.
6 changes: 2 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.13.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
tox==4.14.0
# via -r requirements/ci.in
virtualenv==20.25.1
# via tox
3 changes: 0 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt

backports.zoneinfo==0.2.1; python_version<'3.9'

# addding to test ci matrix failure
tox==4.13.0
6 changes: 2 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,8 @@ tomli==2.0.1
# tox
tomlkit==0.12.4
# via pylint
tox==4.13.0
# via
# -c requirements/constraints.txt
# -r requirements/dev.in
tox==4.14.0
# via -r requirements/dev.in
twine==5.0.0
# via -r requirements/dev.in
typing-extensions==4.10.0
Expand Down
5 changes: 0 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,7 @@ urllib3==2.2.1
# via
# requests
# twine
wheel==0.42.0
# via -r requirements/doc.in
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
3 changes: 0 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,3 @@ wcwidth==0.2.13
# via urwid
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit d4d4f6a

Please sign in to comment.