kopia lustrzana https://github.com/halcy/Mastodon.py
pytest-runner is deprecated, apparently
rodzic
b319ae350a
commit
3654f0362d
|
@ -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:
|
||||
|
|
|
@ -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',
|
||||
|
|
Ładowanie…
Reference in New Issue