aboutsummaryrefslogtreecommitdiffstats
path: root/python_client/conftest.py
blob: c2a315629466229651dc4f69a5c0d221ec54f90d (plain)
1
2
3
4
5
6
7
8
"""
This file exists soley to prevent pytest from trying to import/test the
fatcat_client ./setup.py file.
"""

import sys

collect_ignore = ["setup.py"]