[py-svn] r36699 - in py/dist/py/compat: . testing

hpk at codespeak.net hpk at codespeak.net
Sat Jan 13 20:09:37 CET 2007


Author: hpk
Date: Sat Jan 13 20:09:35 2007
New Revision: 36699

Added:
   py/dist/py/compat/conftest.py
      - copied unchanged from r36698, py/dist/py/compat/testing/conftest.py
Removed:
   py/dist/py/compat/testing/conftest.py
Log:
ignore the whole compat hierarchy for collecting tests


Deleted: /py/dist/py/compat/testing/conftest.py
==============================================================================
--- /py/dist/py/compat/testing/conftest.py	Sat Jan 13 20:09:35 2007
+++ (empty file)
@@ -1,5 +0,0 @@
-import py
-
-class Directory(py.test.collect.Directory):
-    def run(self):
-        py.test.skip("compat tests currently need to be run manually")



More information about the pytest-commit mailing list