Skip to content

Commit

Permalink
Remove pytest-runner (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
rominf authored Jan 19, 2025
1 parent 9f20838 commit 64f19bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 0 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ zip_safe = false
install_requires =
pytz
requests
setup_requires =
pytest-runner
tests_require =
aiohttp
pytest-cache
pytest-cov
pytest

[options.packages.find]
exclude = tests
Expand Down
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ python =

[testenv]
deps=
aiohttp
check-manifest
flake8
flake8-import-order
pytest
pytest-cache
pytest-cov
commands =
pip install pytest pytest-cache pytest-cov
pip wheel --no-deps -w dist .
test: pytest -v
check-manifest
Expand Down

0 comments on commit 64f19bd

Please sign in to comment.