From 2888327e9edca05d50bc6d71bf68166ee0fabcfe Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 13 Nov 2018 12:28:20 -0800 Subject: more python client library tomfoolery --- python/conftest.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/conftest.py (limited to 'python/conftest.py') 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"] -- cgit v1.2.3