1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-08 05:58:43 +02:00

Move test runner from pytest back to standard unittest

One dependency less.
It would also become a problem on CentOS Stream 9 where pytest is not available.
This commit is contained in:
2022-06-24 13:06:01 +02:00
parent 76d5d56b93
commit c1046650d3
2 changed files with 3 additions and 12 deletions

View File

@@ -1,12 +1,3 @@
[options]
setup_requires =
pytest-runner
tests_require =
pytest
[aliases]
test=pytest
[flake8]
exclude = .git,__pycache__
max-line-length = 120