Fix linting
This commit is contained in:
parent
74d536314f
commit
8a2e6a8d51
|
@ -27,7 +27,6 @@ PYTEST_FULLPATH = os.path.abspath(
|
||||||
).replace("$py.class", ".py")
|
).replace("$py.class", ".py")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def pytest_addoption(parser):
|
def pytest_addoption(parser):
|
||||||
# group = parser.getgroup("pytester", "pytester (self-tests) options")
|
# group = parser.getgroup("pytester", "pytester (self-tests) options")
|
||||||
parser.addoption('--lsof',
|
parser.addoption('--lsof',
|
||||||
|
|
Loading…
Reference in New Issue