From 3275370873b819802fe666dadade1855192d7a60 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Fri, 14 May 2021 20:17:05 -0700 Subject: [PATCH 1/9] TST: Revert disable of some window test on Windows --- ci/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 261d6364cb5e1..0d6f26d8c29f8 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -24,7 +24,7 @@ PYTEST_CMD="${XVFB}pytest -m \"$PATTERN\" -n $PYTEST_WORKERS --dist=loadfile $TE if [[ $(uname) != "Linux" && $(uname) != "Darwin" ]]; then # GH#37455 windows py38 build appears to be running out of memory # skip collection of window tests - PYTEST_CMD="$PYTEST_CMD --ignore=pandas/tests/window/ --ignore=pandas/tests/plotting/" + PYTEST_CMD="$PYTEST_CMD --ignore=pandas/tests/window/moments --ignore=pandas/tests/plotting/" fi echo $PYTEST_CMD From ce13e9896cc2af29f69e4aad9ee28e5feffee9b8 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Fri, 14 May 2021 21:11:25 -0700 Subject: [PATCH 2/9] Try running all tests --- ci/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 0d6f26d8c29f8..854026972ba97 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -24,7 +24,7 @@ PYTEST_CMD="${XVFB}pytest -m \"$PATTERN\" -n $PYTEST_WORKERS --dist=loadfile $TE if [[ $(uname) != "Linux" && $(uname) != "Darwin" ]]; then # GH#37455 windows py38 build appears to be running out of memory # skip collection of window tests - PYTEST_CMD="$PYTEST_CMD --ignore=pandas/tests/window/moments --ignore=pandas/tests/plotting/" + PYTEST_CMD="$PYTEST_CMD --ignore=pandas/tests/plotting/" fi echo $PYTEST_CMD From 44a288a090ab4bdedd7f85d043ee40289e1d1cf1 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Fri, 14 May 2021 22:11:10 -0700 Subject: [PATCH 3/9] Trigger Build From 0b2c9aff7e41785df071e4e52e93ef1f40179311 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Sat, 15 May 2021 00:05:03 -0700 Subject: [PATCH 4/9] Trigger Build From 1e1b12a0e930dfe811eff00499cdda7aee2eee32 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Sat, 15 May 2021 10:37:29 -0700 Subject: [PATCH 5/9] Trigger CI From 4f97bf162da4b8bf72aa7b098e1bd7d5128f5458 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Sat, 15 May 2021 10:41:24 -0700 Subject: [PATCH 6/9] Just ignore moments again --- ci/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 854026972ba97..0d6f26d8c29f8 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -24,7 +24,7 @@ PYTEST_CMD="${XVFB}pytest -m \"$PATTERN\" -n $PYTEST_WORKERS --dist=loadfile $TE if [[ $(uname) != "Linux" && $(uname) != "Darwin" ]]; then # GH#37455 windows py38 build appears to be running out of memory # skip collection of window tests - PYTEST_CMD="$PYTEST_CMD --ignore=pandas/tests/plotting/" + PYTEST_CMD="$PYTEST_CMD --ignore=pandas/tests/window/moments --ignore=pandas/tests/plotting/" fi echo $PYTEST_CMD From 2771cf82ebdbc26274da335c5f2123631004fc7e Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Sat, 15 May 2021 12:28:17 -0700 Subject: [PATCH 7/9] Trigger CI From daff4e66894a357a662075e2f7874f4fc4e7f58c Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Sat, 15 May 2021 14:53:31 -0700 Subject: [PATCH 8/9] Trigger CI From 97c1cf221215b02d77bcdef9f3db03394fcbf9c8 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Sat, 15 May 2021 15:15:30 -0700 Subject: [PATCH 9/9] Trigger CI