Merge pull request #7372 from bluetech/py-182

Require py>=1.8.2 so we can rely on correct hash() of py.path.local n Windows
This commit is contained in:
Ran Benita 2020-06-15 20:51:50 +03:00 committed by GitHub
commit 06489d26c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
py>=1.8.2 is now required.

View File

@ -45,7 +45,7 @@ install_requires =
more-itertools>=4.0.0
packaging
pluggy>=0.12,<1.0
py>=1.5.0
py>=1.8.2
toml
atomicwrites>=1.0;sys_platform=="win32"
colorama;sys_platform=="win32"