don't test deprecation warnings on python2.7

This commit is contained in:
holger krekel
2010-07-06 15:01:40 +02:00
parent d0ccb5743d
commit 51b0ba55e9

View File

@@ -1,5 +1,6 @@
import py
@py.test.mark.xfail("sys.version_info[:2] == (2,7)")
def test_dist_conftest_options(testdir, recwarn):
p1 = testdir.tmpdir.ensure("dir", 'p1.py')
p1.dirpath("__init__.py").write("")