mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +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)
|
||||
return wrapper
|
||||
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