Require py>=1.8.2 so we can rely on correct hash() of py.path.local on Windows

See https://github.com/pytest-dev/py/blob/1.8.2/CHANGELOG#L4.
Fixes #7357.
This commit is contained in:
Ran Benita 2020-06-15 17:14:48 +03:00
parent 4f4c2638d0
commit c27550731d
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"