Skip to content

Commit

Permalink
move setuptools to meta requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed Jul 11, 2024
1 parent 70adbf7 commit 3926a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements-meta.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ tox>=3.15.2,<4.0.0
tox-pyenv==1.1.0
tox-gh-actions==2.0.0
virtualenv>=16.7.10
setuptools
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ python =

[testenv]
description = run py.test tests
deps =
-r requirements-test.txt
setuptools
deps = -r requirements-test.txt
commands =
# this ugly hack is here because:
# https://github.com/tox-dev/tox/issues/149
Expand Down

0 comments on commit 3926a09

Please sign in to comment.