Skip to content

Commit fdd2917

Browse files
mroeschkeJulianWgs
authored andcommitted
CI: Revert disable of some window test on Windows (pandas-dev#41481)
1 parent 17e0584 commit fdd2917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PYTEST_CMD="${XVFB}pytest -m \"$PATTERN\" -n $PYTEST_WORKERS --dist=loadfile $TE
2424
if [[ $(uname) != "Linux" && $(uname) != "Darwin" ]]; then
2525
# GH#37455 windows py38 build appears to be running out of memory
2626
# skip collection of window tests
27-
PYTEST_CMD="$PYTEST_CMD --ignore=pandas/tests/window/ --ignore=pandas/tests/plotting/"
27+
PYTEST_CMD="$PYTEST_CMD --ignore=pandas/tests/window/moments --ignore=pandas/tests/plotting/"
2828
fi
2929

3030
echo $PYTEST_CMD

0 commit comments

Comments
 (0)