Skip to content

Commit

Permalink
Ignore Windows + Python 3.8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Jun 25, 2020
1 parent d5b568b commit f677d95
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ environment:
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38"
- PYTHON: "C:\\Python38-x64"
# The Windows Python 3.8 tests currently fail on
# test_asyncio.test_windows_events.ProactorLoopCtrlC where `get_event_loop`
# fails to start a new loop
# https://ci.appveyor.com/project/smurfix/trio-asyncio/builds/33592418/job/06yddkw8wy9y6j1h
# - PYTHON: "C:\\Python38"
# - PYTHON: "C:\\Python38-x64"

build_script:
- "git --no-pager log -n2"
Expand Down

0 comments on commit f677d95

Please sign in to comment.