diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-11-06 18:32:35 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-11-06 18:32:35 -0800 |
commit | 175019c96fced3e21d0f60ea1a4a37da6b8872ac (patch) | |
tree | f42fbbe9c8ac06ae9eb06373ab9eec96d2b3a177 /python/pytest.ini | |
parent | b0b66c20c6ffb9d8acc626068964d7dfd5d3bcdc (diff) | |
parent | 47ca1a273912c8836630b0930b71a4e66fd2c85b (diff) | |
download | sandcrawler-175019c96fced3e21d0f60ea1a4a37da6b8872ac.tar.gz sandcrawler-175019c96fced3e21d0f60ea1a4a37da6b8872ac.zip |
Merge branch 'bnewbold-html-ingest'
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 |