Remove pytest-runner

This commit is contained in:
Unrud 2022-07-02 20:37:52 +02:00
parent a2ceaa41a4
commit 413c74c27c
4 changed files with 17 additions and 20 deletions

View file

@ -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: