diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-27 15:43:12 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-27 15:43:12 -0700 |
commit | fd262ce4a9c8b7526e269b42eb298cf28737dfff (patch) | |
tree | 1d6c480a0cfea00c545e007f6d17933393ce1c84 | |
parent | b8e04dc6199a443d3d1e4f15e86420ad00ba9886 (diff) | |
download | sandcrawler-fd262ce4a9c8b7526e269b42eb298cf28737dfff.tar.gz sandcrawler-fd262ce4a9c8b7526e269b42eb298cf28737dfff.zip |
pytest: remove unknown 'ignore' from config file
-rw-r--r-- | python/pytest.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/pytest.ini b/python/pytest.ini index 65f81da..a84da91 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 = . |