File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 82
82
- name : Test with nosetests
83
83
run : |
84
84
source $(poetry env info -p)/bin/activate
85
- PYTHONWARNINGS=ignore
86
- nosetests --nocapture --with-doctest --doctest-options=+ELLIPSIS --with-coverage --cover-package=$CI_PACKAGE $CI_PACKAGE
85
+ python -W ignore -m nose -v --nocapture --with-doctest --doctest-options=+ELLIPSIS --with-coverage --cover-package=$CI_PACKAGE $CI_PACKAGE
87
86
- name : Upload Coverage to coveralls.io
88
87
if : matrix.python-version == '3.6' || matrix.python-version == '3.7'
89
88
run : |
@@ -146,8 +145,7 @@ jobs:
146
145
# - name: Test with nosetests
147
146
# run: |
148
147
# call %CI_VIRTUAL_ENVIRONMENT%\scripts\activate
149
- # set PYTHONWARNINGS=ignore
150
- # nosetests --nocapture --with-doctest --doctest-options=+ELLIPSIS --with-coverage --cover-package=%CI_PACKAGE% %CI_PACKAGE%
148
+ # python -W ignore -m nose -v --nocapture --with-doctest --doctest-options=+ELLIPSIS --with-coverage --cover-package=%CI_PACKAGE% %CI_PACKAGE%
151
149
# - name: Upload Coverage to coveralls.io
152
150
# if: matrix.python-version == '3.6' || matrix.python-version == '3.7'
153
151
# run: |
You can’t perform that action at this time.
0 commit comments