Skip to content

Commit

Permalink
pytest: filter warning
Browse files Browse the repository at this point in the history
run-tests: isort rules updated
  • Loading branch information
cenouralm committed Aug 26, 2020
1 parent 65800b0 commit 498ff21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest.ini
Expand Up @@ -10,4 +10,4 @@
pep8ignore = docs/conf.py ALL
addopts = --pep8 --doctest-glob="*.rst" --doctest-modules --cov=invenio_search --cov-report=term-missing
testpaths = docs tests invenio_search

filterwarnings = ignore::pytest.PytestDeprecationWarning
2 changes: 1 addition & 1 deletion run-tests.sh
Expand Up @@ -8,7 +8,7 @@
# under the terms of the MIT License; see LICENSE file for more details.

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

0 comments on commit 498ff21

Please sign in to comment.