diff options
Diffstat (limited to 'python/conftest.py')
-rw-r--r-- | python/conftest.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/conftest.py b/python/conftest.py index aad02e76..c2a31562 100644 --- a/python/conftest.py +++ b/python/conftest.py @@ -1,3 +1,8 @@ +""" +This file exists soley to prevent pytest from trying to import/test the +fatcat_client ./setup.py file. +""" + import sys collect_ignore = ["setup.py"] |