1 new commit in tox:
https://bitbucket.org/hpk42/tox/commits/7ca156d4acfd/
Changeset: 7ca156d4acfd
User: hpk42
Date: 2014-06-02 15:23:35
Summary: backout change b0afb96 from @schlamar
Affected #: 1 file
diff -r ecb9ea7c250f48456dafde8f98216b699d77133d -r
7ca156d4acfd6044d65c6c50c9a064e89ad5b579 tox/_config.py
--- a/tox/_config.py
+++ b/tox/_config.py
@@ -201,7 +201,7 @@
def make_hashseed():
max_seed = 4294967295
- if sys.platform == 'win32' and sys.version_info < (3, 4):
+ if sys.platform == 'win32':
max_seed = 1024
return str(random.randint(1, max_seed))
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
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit