Skip to content

Commit

Permalink
Remove pytest-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 7, 2021
1 parent b63e1a3 commit 84f16e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
- name: Run tests
run: python setup.py test
run: pytest
- name: Coveralls
if: matrix.python-version == '3.8'
run: coveralls --service=github
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
setup_requires=['pytest-runner'],
)

0 comments on commit 84f16e5

Please sign in to comment.