Switch to nose2 for tests

The original nosetests is long abandoned, and doesn't work properly on
newer versions of Python.
This commit is contained in:
Pierre Ossman
2022-12-16 14:03:23 +01:00
parent 5d17281187
commit 9ac3272d2b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ jobs:
if: ${{ matrix.python-version >= '3.4' && matrix.python-version < '3.7' }}
- name: Run tests
run: |
python setup.py nosetests --verbosity=3
python -m nose2 --verbosity=3
+1 -1
View File
@@ -1,4 +1,4 @@
mock
nose
nose2
six
wrapt<=1.12.1;python_version<="3.4"