aboutsummaryrefslogtreecommitdiffstats
path: root/python/conftest.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-01-09 11:11:39 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-01-09 11:11:39 -0800
commit6571c1d98aa1e13f28e1d2557408a369d4e3220f (patch)
tree8ca0fad46741168b6b5c19ba6365a2216895cfb2 /python/conftest.py
parent930458761a70338298e8e3d1300bfc5955a8dfb1 (diff)
downloadfatcat-6571c1d98aa1e13f28e1d2557408a369d4e3220f.tar.gz
fatcat-6571c1d98aa1e13f28e1d2557408a369d4e3220f.zip
start refactor of moving fatcat_client into python_client
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"]