From 3e970400983b69fbcf02ce539d8cb9a14b4c2176 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 4 Jun 2018 03:03:03 +0200 Subject: [PATCH] bpo-33764: Disable largefile on AppVeyor AppVeyor started to fail with: "Build exceeded allowed resource quotas. Fix your build to consume less resources or contact AppVeyor support to request quotas increase." Disable largefile tests to try to workaround this error. --- .github/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/appveyor.yml b/.github/appveyor.yml index b87beda75e0887..271f9a561fa9f9 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -30,7 +30,7 @@ build_script: - cmd: PCbuild\build.bat -e - cmd: PCbuild\win32\python.exe -m test.pythoninfo test_script: - - cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0 + - cmd: PCbuild\rt.bat -q -uall -u-cpu -u-largefile -rwW --slowest --timeout=1200 --fail-env-changed -j0 environment: HOST_PYTHON: C:\Python36\python.exe image: