diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-05 18:44:40 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-05 18:44:40 -0700 |
commit | 070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f (patch) | |
tree | 82f82c5586bd97c2ed5c4082f85d571f23a4182b /python_openapi_client/conftest.py | |
parent | 180bb7366587bc4150108e4e0274806ce285d6a6 (diff) | |
download | fatcat-070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f.tar.gz fatcat-070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f.zip |
rename python client to 'fatcat-openapi-client'
Diffstat (limited to 'python_openapi_client/conftest.py')
-rw-r--r-- | python_openapi_client/conftest.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python_openapi_client/conftest.py b/python_openapi_client/conftest.py new file mode 100644 index 00000000..144e323c --- /dev/null +++ b/python_openapi_client/conftest.py @@ -0,0 +1,8 @@ +""" +This file exists soley to prevent pytest from trying to import/test the +fatcat_openapi_client ./setup.py file. +""" + +import sys + +collect_ignore = ["setup.py"] |