Skip to content

Commit

Permalink
fix: Remove use of deprecated <setup.py test>
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbazzan committed Jan 20, 2025
1 parent 250b6f2 commit bb674ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@
zip_safe=False,
install_requires=REQUIREMENTS,
classifiers=CLASSIFIERS,
test_suite='tests.settings.run',
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deps =
-r tests/requirements/{envname}.txt
commands =
{env:COMMAND:coverage} erase
{env:COMMAND:coverage} run setup.py test
{env:COMMAND:coverage} run tests/settings.py
{env:COMMAND:coverage} report -m

[testenv:ruff]
Expand Down

0 comments on commit bb674ac

Please sign in to comment.