summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-11-15 12:29:01 +0100
committerholger krekel <holger@merlinux.eu>2013-11-15 12:29:01 +0100
commite20548ba593c3726a93ac46d885d96eca4c77fce (patch)
treeb68db3c9792a43e988fd5b4247f20119af097a35
parentf5ffa8b9f96540c0b855f5c90187d226d7117912 (diff)
downloadtox-e20548ba593c3726a93ac46d885d96eca4c77fce.tar.gz
fix changelog entry for hashseed. Thanks Chris Jerdonek.
-rwxr-xr-xCHANGELOG5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e7a61ad..439d88f 100755
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,10 @@
1.6.2.dev
---------
-- merged PR125: tox now sets "PYTHONHASHSEED" if it is not set
+- merged PR125: tox now sets "PYTHONHASHSEED" to a random value
and offers a "--hashseed" option to repeat a test run with a specific seed.
- Thanks Chris Jerdonek for all the work behind this.
+ You can also use --hashsheed=notset to instruct tox to leave the value
+ alone. Thanks Chris Jerdonek for all the work behind this.
- fix issue132: removing zip_safe setting (so it defaults to false)
to allow installation of tox