File remove-yield-test.patch of Package python-pytest-sourceorder
Index: pytest-sourceorder-0.6.0/test_sourceorder.py =================================================================== --- pytest-sourceorder-0.6.0.orig/test_sourceorder.py +++ pytest-sourceorder-0.6.0/test_sourceorder.py @@ -69,9 +69,5 @@ class TestUnrelated(object): def test_b(self): pass - def test_nose_generator(self): - for i in range(2): - yield (lambda x: i, i) - def test_unrelated(): pass