fix flakes issues

This commit is contained in:
holger krekel
2014-06-16 11:27:32 +02:00
parent 65a145e2a7
commit 54c88a6cf3
3 changed files with 4 additions and 22 deletions

View File

@@ -4,7 +4,6 @@ import sys
import py, pytest
import _pytest.assertion as plugin
from _pytest.assertion import reinterpret
from _pytest.assertion import util
needsnewassert = pytest.mark.skipif("sys.version_info < (2,6)")