Skip to content

Commit 5168c25

Browse files
authored
Switch py dependency to >= 1.5.2. Fixes #4252 differently. (#4256)
Fixes #4252 differently. According to pytest-dev/py#169 (comment), py 1.5.2 has been pushed out that fixes this issue.
1 parent 67ff4cf commit 5168c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ pytest-xdist>=1.18
88
pytest-cov>=2.4.0
99
typed-ast>=1.1.0,<1.2.0
1010
typing>=3.5.2; python_version < '3.5'
11-
py<1.5.0; sys_platform == 'win32'
11+
py>=1.5.2

0 commit comments

Comments
 (0)