Fix additional linting issues

This commit is contained in:
Bruno Oliveira
2017-10-24 21:01:00 -02:00
parent 6821d36ca5
commit 6b86b0dbfe
4 changed files with 8 additions and 16 deletions

View File

@@ -23,9 +23,7 @@ from _pytest.main import Session, EXIT_OK
from _pytest.assertion.rewrite import AssertionRewritingHook
PYTEST_FULLPATH = os.path.abspath(
pytest.__file__.rstrip("oc")
).replace("$py.class", ".py")
PYTEST_FULLPATH = os.path.abspath(pytest.__file__.rstrip("oc")).replace("$py.class", ".py")
def pytest_addoption(parser):