Skip to content

Commit 31b532d

Browse files
committed
Use pytest instead of depricated setup.py
1 parent 0d179a8 commit 31b532d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ env_list = py36, py37, py38, py39, py310, py311, py312, py313
1010
[testenv]
1111
install_command=pip install {packages}
1212
commands =
13-
coverage run --source=lib setup.py test
13+
coverage run --source=pytest
1414
coverage report
1515
deps =
1616
coverage
17+
pytest
1718
-e.
1819

1920
[gh]

0 commit comments

Comments
 (0)