summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2021-12-29 17:17:36 -0600
committerMario Mulansky <mario.mulansky@gmx.net>2021-12-29 17:17:36 -0600
commit17fd0f63712a38c5b5e08456f6e9b192fee41c83 (patch)
treef0ca4459431222be8c3e617c57a22bc627bb08db
parent3581e2fb182a4b1c5e0e120cd326b5d44574ea3a (diff)
Use pytest in CI instead of nosetests
-rw-r--r--.github/workflows/python-package.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml
index 80b7ba3..0f9e548 100644
--- a/.github/workflows/python-package.yml
+++ b/.github/workflows/python-package.yml
@@ -45,5 +45,4 @@ jobs:
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with nosetest
run: |
- nosetests
- nosetests test/numeric
+ pytest