Files
python-pytest-sourceorder/remove-yield-test.patch

15 lines
444 B
Diff
Raw Permalink Normal View History

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