mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Remove pytest-runner
This commit is contained in:
parent
a2ceaa41a4
commit
413c74c27c
4 changed files with 17 additions and 20 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Install from source
|
||||
run: python -m pip install --editable .[test,bcrypt]
|
||||
- name: Run tests
|
||||
run: python setup.py test
|
||||
run: python -m pytest
|
||||
- name: Upload coverage to Coveralls
|
||||
if: github.event_name == 'push'
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue