[Pytest-commit] commit/pytest: hpk42: remove superflous line

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jan 22 13:54:39 CET 2014


1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/2cd4476cf643/
Changeset:   2cd4476cf643
User:        hpk42
Date:        2014-01-22 13:54:25
Summary:     remove superflous line
Affected #:  1 file

diff -r 2c70f1b3ee817c7945a7ebd3a671a777f97f8c91 -r 2cd4476cf6433894acfc0448dc68132368143c3c _pytest/config.py
--- a/_pytest/config.py
+++ b/_pytest/config.py
@@ -817,7 +817,6 @@
                 raise KeyError(name)
             return val
         except KeyError:
-            import pytest
             py.test.skip("no %r value found" %(name,))
 
 def exists(path, ignore=EnvironmentError):

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list