Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 3926a09

Browse files
move setuptools to meta requirements
1 parent 70adbf7 commit 3926a09

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements-meta.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ tox>=3.15.2,<4.0.0
22
tox-pyenv==1.1.0
33
tox-gh-actions==2.0.0
44
virtualenv>=16.7.10
5+
setuptools

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ python =
1616

1717
[testenv]
1818
description = run py.test tests
19-
deps =
20-
-r requirements-test.txt
21-
setuptools
19+
deps = -r requirements-test.txt
2220
commands =
2321
# this ugly hack is here because:
2422
# https://github.com/tox-dev/tox/issues/149

0 commit comments

Comments
 (0)