Skip to content

Commit

Permalink
fixed max version for pywin32<226 since new version is breaking virtu…
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Nov 10, 2019
1 parent fafc5ee commit eb73259
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ install:
# install tox
- "%CMD_IN_ENV% python -m pip install -U tox coverage"

# TODO: Remove after problem is resolved
# https://github.com/mhammond/pywin32/issues/1439
- "%CMD_IN_ENV% python -m pip install pywin32<226"

build: off

test_script:
Expand Down

0 comments on commit eb73259

Please sign in to comment.