summaryrefslogtreecommitdiff
path: root/conftest.py
blob: f9d431985427a84899ba8e069773b7ee1416ffde (plain)
1
2
3
4
5
6
7
8
9
"""
test configuration for pytest
"""


collect_ignore = [
    # imports win32api, so not viable on some systems
    'cherrypy/process/win32.py',
]