diff --git a/_pytest/config.py b/_pytest/config.py index bf2c090d8..338b40302 100644 --- a/_pytest/config.py +++ b/_pytest/config.py @@ -817,7 +817,6 @@ class Config(object): raise KeyError(name) return val except KeyError: - import pytest py.test.skip("no %r value found" %(name,)) def exists(path, ignore=EnvironmentError):