Skip to content
Snippets Groups Projects
Commit 41a011c8 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Use nose2 instead of nose

parent da69d5b9
No related branches found
No related tags found
2 merge requests!60.1.14,!4Use nose2 instead of nose
......@@ -39,7 +39,7 @@ unit-test-job:
paths:
- errors.log
reports:
junit: nosetests.xml
junit: nose2-junit.xml
pylint-test-job:
stage: test
......
......@@ -158,7 +158,7 @@ pylint-test: FORCE
test: FORCE
@echo "\n${GREEN}*** Checking code with nosetests ***${NC}\n"
@python3 -W always::DeprecationWarning -m nose test_typedcols.py --with-xunit
@python3 -W always::DeprecationWarning -m nose2 --junit-xml
#-------------------------------------------------------------------------------
......
[unittest]
plugins = nose2.plugins.junitxml
......@@ -2,7 +2,7 @@ setuptools
wheel
twine
docutils<0.18
nose==1.3.7
nose2==0.11.0
pyflakes==2.1.0
pylint==2.2.2
sphinx==1.8.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment