diff options
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,5 +9,6 @@ python_files = test_*.py tests/*.py fatcat_scholar/*.py #addopts = --pylint --pylint-rcfile=.pylintrc --pylint-error-types=EF --pylint-jobs=4 filterwarnings = + ignore:Using or importing the ABCs.*:DeprecationWarning log_level = INFO |