1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/6dc231b739cc/
Changeset:   6dc231b739cc
User:        hpk42
Date:        2014-05-10 12:17:53
Summary:     limit python hashseed to 1024 on Windows to prevent possible
memory errors.
Affected #:  2 files

diff -r 1756abc84032639371a9503a59bda4747055985a -r 
6dc231b739cc80b04910e261cb8960430a3e963c CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,14 +3,16 @@
 
 - fix issue59: add option "--skip-missing-interpreters" which won't fail the
   build if Python interpreters listed in tox.ini are missing.  Thanks 
-  Alexandre Conrad for the PR.
+  Alexandre Conrad for PR104.
 
 - fix issue164: better traceback info in case of failing test commands.
-  Thanks Marc Abramowitz for the PR.
+  Thanks Marc Abramowitz for PR92.
 
 - support optional env variable substitution, thanks Morgan Fainberg
-  for the complete PR.
+  for PR86.
 
+- limit python hashseed to 1024 on Windows to prevent possible
+  memory errors.  Thanks March Schlaich for the PR90.
 
 1.7.1
 ---------

diff -r 1756abc84032639371a9503a59bda4747055985a -r 
6dc231b739cc80b04910e261cb8960430a3e963c CONTRIBUTORS
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -25,3 +25,4 @@
 Ionel Maries Cristian
 Alexandre Conrad
 Morgan Fainberg
+Marc Schleich

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