diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-11-03 16:08:21 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-11-03 16:08:21 -0800 |
commit | 4c46d822463573b824e9dbb2a1acca99f58b6853 (patch) | |
tree | 8d4966116910cf1384a2f460f97db9dda4d98d1f | |
parent | fd2d3f95fcdb10084d8c9e52f3696c3095e9dde7 (diff) | |
download | sandcrawler-4c46d822463573b824e9dbb2a1acca99f58b6853.tar.gz sandcrawler-4c46d822463573b824e9dbb2a1acca99f58b6853.zip |
pytest: ignore DW in justext
-rw-r--r-- | python/pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pytest.ini b/python/pytest.ini index a84da91..034a68e 100644 --- a/python/pytest.ini +++ b/python/pytest.ini @@ -16,5 +16,6 @@ filterwarnings = ignore::DeprecationWarning:.*urllib3 ignore::DeprecationWarning:.*wayback ignore::DeprecationWarning:.*PIL + ignore::DeprecationWarning:.*justext log_level = INFO |