[2.7] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
(cherry picked from commit 42e3acda86829def9adc354fbee77597b849bf9e)
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index fc325e5..2f904ca 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -8,7 +8,7 @@
build_script:
- cmd: PCbuild\build.bat -e
test_script:
-- cmd: PCbuild\rt.bat -q -uall -rwW --slowest -j2
+- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest -j2
# Only trigger AppVeyor if actual code or its configuration changes
only_commits: