aboutsummaryrefslogtreecommitdiffstats
path: root/python/conftest.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-13 12:28:20 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-13 12:28:20 -0800
commit2888327e9edca05d50bc6d71bf68166ee0fabcfe (patch)
tree9d7da3c09a4fa52af197fc6786e8f37659e45d90 /python/conftest.py
parent7d17e7cac4fee2661fec6474a8aade3b38ef5448 (diff)
downloadfatcat-2888327e9edca05d50bc6d71bf68166ee0fabcfe.tar.gz
fatcat-2888327e9edca05d50bc6d71bf68166ee0fabcfe.zip
more python client library tomfoolery
Diffstat (limited to 'python/conftest.py')
-rw-r--r--python/conftest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/conftest.py b/python/conftest.py
new file mode 100644
index 00000000..aad02e76
--- /dev/null
+++ b/python/conftest.py
@@ -0,0 +1,3 @@
+import sys
+
+collect_ignore = ["setup.py"]