Skip to content

Commit 5786401

Browse files
committed
Skip testing on Windows
1 parent b8e5730 commit 5786401

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
platform: [ubuntu-latest, windows-latest, macos-latest]
14+
# We don't test on Windows currently as it appears mocket may not
15+
# work there.
16+
platform: [ubuntu-latest, macos-latest]
1517
python-version: [3.6, 3.7, 3.8, 3.9]
1618

1719
name: Python ${{ matrix.python-version }} on ${{ matrix.platform }}

0 commit comments

Comments
 (0)