mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-20 12:31:14 +08:00
Remove unused py.test test skipping decorators
This commit is contained in:
@@ -61,6 +61,3 @@ def cwd_at(path):
|
|||||||
os.chdir(oldcwd)
|
os.chdir(oldcwd)
|
||||||
return wrapper
|
return wrapper
|
||||||
return decorator
|
return decorator
|
||||||
|
|
||||||
py3_only = pytest.mark.skipif("sys.hexversion < 0x03000000")
|
|
||||||
py2_only = pytest.mark.skipif("sys.hexversion >= 0x03000000")
|
|
||||||
|
|||||||
Reference in New Issue
Block a user