1 new commit in pytest: https://bitbucket.org/pytest-dev/pytest/commits/7177c6ac03d8/ Changeset: 7177c6ac03d8 User: tigeraniya Date: 2015-03-23 15:17:34+00:00 Summary: duplicate assignment Affected #: 1 file
diff -r 8d263ae18b5fb1388cfdbfd26e8cdf09487f32f7 -r 7177c6ac03d8c1871471282ced80d296522f27b1 _pytest/python.py --- a/_pytest/python.py +++ b/_pytest/python.py @@ -774,7 +774,6 @@ self.fixturenames = fixtureinfo.names_closure self._arg2fixturedefs = fixtureinfo.name2fixturedefs self.cls = cls - self.module = module self._calls = [] self._ids = py.builtin.set() Repository URL: https://bitbucket.org/pytest-dev/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