Skip to content

Commit

Permalink
pytest: filterwarning
Browse files Browse the repository at this point in the history
run-tests: updated isort rules
  • Loading branch information
cenouralm committed Aug 19, 2020
1 parent 1873995 commit e1e582b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pytest.ini
Expand Up @@ -10,3 +10,4 @@
pep8ignore = docs/conf.py ALL
addopts = --pep8 --doctest-glob="*.rst" --doctest-modules --cov=invenio_celery --cov-report=term-missing
testpaths = docs tests invenio_celery
filterwarnings = ignore::pytest.PytestDeprecationWarning
2 changes: 1 addition & 1 deletion run-tests.sh
Expand Up @@ -9,7 +9,7 @@


pydocstyle invenio_celery tests && \
isort -rc -c -df && \
isort invenio_celery tests --check-only --diff && \
check-manifest --ignore ".travis-*" && \
sphinx-build -qnNW docs docs/_build/html && \
python setup.py test

0 comments on commit e1e582b

Please sign in to comment.