1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/2cd7288ce1ff/ Changeset: 2cd7288ce1ff User: hpk42 Date: 2013-12-16 12:38:15 Summary: remove unused var (fixes flakes tests) Affected #: 1 file
diff -r 1f0a52f38f01757cc2bde11d1703564662c42752 -r 2cd7288ce1ffadcda7c96502fb165e3fa2d33006 testing/python/metafunc.py --- a/testing/python/metafunc.py +++ b/testing/python/metafunc.py @@ -631,7 +631,7 @@ ]) def test_generate_same_function_names_issue403(self, testdir): - sub1 = testdir.makepyfile(""" + testdir.makepyfile(""" import pytest def make_tests(): 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. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit