Skip to content

Commit

Permalink
Force a py version < 1.5.0 on Windows, to fix AppVeyor flakes (#4253)
Browse files Browse the repository at this point in the history
Fixes #4252.
  • Loading branch information
gvanrossum authored and JukkaL committed Nov 15, 2017
1 parent 884abe4 commit ad6dd4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pytest-xdist>=1.18
pytest-cov>=2.4.0
typed-ast>=1.1.0,<1.2.0
typing>=3.5.2; python_version < '3.5'
py<1.5.0; sys_platform == 'win32'

0 comments on commit ad6dd4e

Please sign in to comment.