We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e0584 commit fdd2917Copy full SHA for fdd2917
ci/run_tests.sh
@@ -24,7 +24,7 @@ PYTEST_CMD="${XVFB}pytest -m \"$PATTERN\" -n $PYTEST_WORKERS --dist=loadfile $TE
24
if [[ $(uname) != "Linux" && $(uname) != "Darwin" ]]; then
25
# GH#37455 windows py38 build appears to be running out of memory
26
# skip collection of window tests
27
- 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/"
28
fi
29
30
echo $PYTEST_CMD
0 commit comments