From 3a4f69734a87be9bfd0952c3588d5a16c166c093 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 22 Jan 2014 13:54:25 +0100 Subject: [PATCH] remove superflous line --- _pytest/config.py | 1 - 1 file changed, 1 deletion(-) 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):