Remove unused py.test test skipping decorators

This commit is contained in:
Laurens Van Houtven
2013-07-10 12:06:13 +02:00
parent 3d4a71f6bb
commit 42fc44b478

View File

@@ -61,6 +61,3 @@ def cwd_at(path):
os.chdir(oldcwd)
return wrapper
return decorator
py3_only = pytest.mark.skipif("sys.hexversion < 0x03000000")
py2_only = pytest.mark.skipif("sys.hexversion >= 0x03000000")