summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2013-09-15 10:20:13 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2013-09-15 10:20:13 -0700
commit42a612f41c2d80d6b0eebef655429e5f876fcd8c (patch)
tree1daa4ee5d30bee829135b7432fea3b78ca109a06 /HISTORY.md
parent42388785e022a77b01aab93334b0acb402b781d7 (diff)
downloadpystache-42a612f41c2d80d6b0eebef655429e5f876fcd8c.tar.gz
Set PYTHONHASHSEED to "random" when running tox.
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 922d995..44f5231 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -10,6 +10,7 @@ History
to the test output.
- Added `test_pystache.sh` wrapper script for testing different
PYTHONHASHSEED values.
+- Set PYTHONHASHSEED to "random" when running tox.
- Bugfix: fixed a flaky doctest by making `repr()` deterministic for the
`Attachable` class in `pystache.tests.common`