Skip to content

Commit 9ac3272

Browse files
committed
Switch to nose2 for tests
The original nosetests is long abandoned, and doesn't work properly on newer versions of Python.
1 parent 5d17281 commit 9ac3272

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
if: ${{ matrix.python-version >= '3.4' && matrix.python-version < '3.7' }}
3636
- name: Run tests
3737
run: |
38-
python setup.py nosetests --verbosity=3
38+
python -m nose2 --verbosity=3

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mock
2-
nose
2+
nose2
33
six
44
wrapt<=1.12.1;python_version<="3.4"

0 commit comments

Comments
 (0)