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:
parent
5d17281187
commit
9ac3272d2b
|
|
@ -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,4 +1,4 @@
|
|||
mock
|
||||
nose
|
||||
nose2
|
||||
six
|
||||
wrapt<=1.12.1;python_version<="3.4"
|
||||
|
|
|
|||
Loading…
Reference in New Issue