[Pytest-commit] commit/pytest: hpk42: remove unused var (fixes flakes tests)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Dec 16 12:38:22 CET 2013


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.


More information about the pytest-commit mailing list