updated tests files

with pytest version 6.0.0, these changes were required.
This commit is contained in:
mb
2020-07-30 11:42:06 +02:00
parent 6cd0fabf9e
commit e431ff2eb6
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
# details.
pydocstyle invenio_config_tugraz tests docs && \
isort --check-only --diff && \
isort invenio_config_tugraz tests --check-only --diff && \
check-manifest --ignore ".travis-*" && \
sphinx-build -qnNW docs docs/_build/html && \
python setup.py test
pytest