We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d17281 commit 9ac3272Copy full SHA for 9ac3272
.github/workflows/test.yml
@@ -35,4 +35,4 @@ jobs:
35
if: ${{ matrix.python-version >= '3.4' && matrix.python-version < '3.7' }}
36
- name: Run tests
37
run: |
38
- python setup.py nosetests --verbosity=3
+ python -m nose2 --verbosity=3
test-requirements.txt
@@ -1,4 +1,4 @@
1
mock
2
-nose
+nose2
3
six
4
wrapt<=1.12.1;python_version<="3.4"
0 commit comments