diff options
Diffstat (limited to 'python/pytest.ini')
-rw-r--r-- | python/pytest.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/pytest.ini b/python/pytest.ini index 65f81da..034a68e 100644 --- a/python/pytest.ini +++ b/python/pytest.ini @@ -1,7 +1,5 @@ [pytest] -ignore = setup.py - # allow imports from files in current directory python_paths = . @@ -18,5 +16,6 @@ filterwarnings = ignore::DeprecationWarning:.*urllib3 ignore::DeprecationWarning:.*wayback ignore::DeprecationWarning:.*PIL + ignore::DeprecationWarning:.*justext log_level = INFO |