Skip to content

Commit ad6dd4e

Browse files
gvanrossumJukkaL
authored andcommitted
Force a py version < 1.5.0 on Windows, to fix AppVeyor flakes (#4253)
Fixes #4252.
1 parent 884abe4 commit ad6dd4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +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'

0 commit comments

Comments
 (0)