diff options
Diffstat (limited to 'python_client/conftest.py')
-rw-r--r-- | python_client/conftest.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python_client/conftest.py b/python_client/conftest.py new file mode 100644 index 00000000..c2a31562 --- /dev/null +++ b/python_client/conftest.py @@ -0,0 +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"] |