summaryrefslogtreecommitdiffstats
path: root/python/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/conftest.py')
-rw-r--r--python/conftest.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/conftest.py b/python/conftest.py
deleted file mode 100644
index c2a31562..00000000
--- a/python/conftest.py
+++ /dev/null
@@ -1,8 +0,0 @@
-"""
-This file exists soley to prevent pytest from trying to import/test the
-fatcat_client ./setup.py file.
-"""
-
-import sys
-
-collect_ignore = ["setup.py"]