We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283067d commit d271764Copy full SHA for d271764
ci/run_tests.sh
@@ -19,7 +19,7 @@ if [[ $(uname) == "Linux" && -z $DISPLAY ]]; then
19
XVFB="xvfb-run "
20
fi
21
22
-PYTEST_CMD="${XVFB}pytest -m \"$PATTERN\" -n $PYTEST_WORKERS --dist=loadfile $TEST_ARGS $COVERAGE pandas"
+PYTEST_CMD="${XVFB}pytest -m \"$PATTERN\" -n $PYTEST_WORKERS --dist=loadfile $TEST_ARGS $COVERAGE pandas/tests/frame/test_constructors.py -k test_1d_object_array_does_not_copy"
23
24
if [[ $(uname) != "Linux" && $(uname) != "Darwin" ]]; then
25
# GH#37455 windows py38 build appears to be running out of memory
0 commit comments