test_ok2/py/compat/conftest.py

6 lines
139 B
Python

import py
class Directory(py.test.collect.Directory):
def collect(self):
py.test.skip("compat tests need to be run manually")