test_ok1/py/compat/conftest.py

6 lines
145 B
Python

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