1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/468a859c9e76/
Changeset:   468a859c9e76
User:        obestwalter
Date:        2016-06-20 14:12:55+00:00
Summary:     Merged in nyirogergo/tox (pull request #188)

session.Reporter: delete _starttime at exit
Affected #:  1 file

diff -r 8ced7a0120e13d5137921de68c2a362a35bc8c6e -r 
468a859c9e7614d18fab2976829eb58dbf905e37 tox/session.py
--- a/tox/session.py
+++ b/tox/session.py
@@ -262,6 +262,7 @@
         # self.cumulated_time += duration
         self.verbosity2("%s finish: %s after %.2f seconds" % (
             action.venvname, action.msg, duration), bold=True)
+        delattr(action, '_starttime')
 
     def startsummary(self):
         self.tw.sep("_", "summary")

Repository URL: https://bitbucket.org/hpk42/tox/

--

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

Reply via email to