aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/conftest.py
blob: 144e323ccea8668f1c7b71c69ed38d9009befb61 (plain)
1
2
3
4
5
6
7
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"]