pytest-runner is deprecated, apparently

pull/397/head
halcy 2025-02-14 00:19:23 +02:00
rodzic b319ae350a
commit 3654f0362d
2 zmienionych plików z 9 dodań i 11 usunięć

Wyświetl plik

@ -10,7 +10,7 @@ jobs:
command: "pip install .[test_old,webpush,blurhash]"
- run:
name: "Run tests"
command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'"
command: "pytest --junitxml=tests/result.xml"
- store_test_results:
path: tests
run-tests-37:
@ -23,7 +23,7 @@ jobs:
command: "pip install .[test_old,webpush,blurhash]"
- run:
name: "Run tests"
command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'"
command: "pytest --junitxml=tests/result.xml"
- store_test_results:
path: tests
run-tests-38:
@ -36,7 +36,7 @@ jobs:
command: "pip install .[test_old,webpush,blurhash]"
- run:
name: "Run tests"
command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'"
command: "pytest --junitxml=tests/result.xml"
- store_test_results:
path: tests
run-tests-39:
@ -49,7 +49,7 @@ jobs:
command: "pip install .[test,webpush,blurhash]"
- run:
name: "Run tests"
command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'"
command: "pytest --junitxml=tests/result.xml"
- store_test_results:
path: tests
run-tests-310:
@ -62,7 +62,7 @@ jobs:
command: "pip install .[test,webpush,blurhash]"
- run:
name: "Run tests"
command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'"
command: "pytest --junitxml=tests/result.xml"
- store_test_results:
path: tests
run-tests-311:
@ -75,7 +75,7 @@ jobs:
command: "pip install .[test,webpush,blurhash]"
- run:
name: "Run tests"
command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'"
command: "pytest --junitxml=tests/result.xml"
- store_test_results:
path: tests
run-tests-312-cov:
@ -91,7 +91,7 @@ jobs:
command: "pip install codecov"
- run:
name: "Run tests"
command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'"
command: "pytest --junitxml=tests/result.xml"
- store_test_results:
path: tests
- run:
@ -107,7 +107,7 @@ jobs:
command: "pip install .[test,webpush,blurhash]"
- run:
name: "Run tests"
command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'"
command: "pytest --junitxml=tests/result.xml"
- store_test_results:
path: tests
run-tests-314:
@ -120,7 +120,7 @@ jobs:
command: "pip install .[test,webpush,blurhash]"
- run:
name: "Run tests"
command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'"
command: "pytest --junitxml=tests/result.xml"
- store_test_results:
path: tests
workflows:

Wyświetl plik

@ -39,7 +39,6 @@ blurhash = [
]
test = [
'pytest',
'pytest-runner',
'pytest-cov',
'vcrpy',
'pytest-vcr',
@ -50,7 +49,6 @@ test = [
]
test_old = [
'pytest',
'pytest-runner',
'pytest-cov',
'vcrpy',
'pytest-vcr',