Skip to content

Commit 6125fbb

Browse files
committed
Replaced setup.py install with pip install
Signed-off-by: Marcel Robeer <[email protected]>
1 parent b11a713 commit 6125fbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ deps =
2222
pytest>=6.2.4
2323
pytest-helpers-namespace>=2021.12.29
2424
genbase-test-helpers>=0.1.1
25-
setuptools==58.2.0
2625
commands =
27-
{envpython} setup.py install
26+
{envpython} -m pip install .
2827
coverage run -m pytest
2928
coverage report
3029
coverage xml

0 commit comments

Comments
 (0)