File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 run : |
3030 python setup.py install
3131 - name : Test nose
32- # nose is not python >=3.10 compliant
33- if : ${{ matrix.python-version == 3.8 || matrix.python-version == 3.9 }}
3432 run : |
3533 pip install -r test-requirements.txt
36- make test_nose
37- - name : Test nose2
38- if : ${{ matrix.python-version != 3.8 && matrix.python-version != 3.9 }}
39- run : |
40- pip install -r test-requirements.txt
41- make test_nose2
34+ make test
Original file line number Diff line number Diff line change @@ -22,11 +22,7 @@ clean:
2222sdist : clean
2323 python setup.py sdist
2424
25- test_nose :
26- flake8 cronwrapper tests
27- cd tests && nosetests --exe
28-
29- test_nose2 :
25+ test :
3026 flake8 cronwrapper tests
3127 cd tests && nose2
3228
Original file line number Diff line number Diff line change 11-r requirements.txt
2- nose>=1.3.7 ; python_version < "3.10"
3- nose2 ; python_version >= "3.10"
2+ nose2
43flake8
You can’t perform that action at this time.
0 commit comments