File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3333echo $PYTEST_CMD
3434sh -c " $PYTEST_CMD "
3535
36- if [[ " $PANDAS_DATA_MANAGER " != " array" ]]; then
36+ if [[ " $PANDAS_DATA_MANAGER " != " array" && " $PYTEST_TARGET " == " pandas " ]]; then
3737 # The ArrayManager tests should have already been run by PYTEST_CMD if PANDAS_DATA_MANAGER was already set to array
38- PYTEST_AM_CMD=" PANDAS_DATA_MANAGER=array pytest -n $PYTEST_WORKERS --dist=loadfile $TEST_ARGS $COVERAGE pandas"
38+ # If we're targeting specific files, e.g. test_downstream.py, don't run.
39+ PYTEST_AM_CMD=" PANDAS_DATA_MANAGER=array pytest -n $PYTEST_WORKERS --dist=loadfile $TEST_ARGS $COVERAGE pandas"
3940
4041 if [[ " $PATTERN " ]]; then
4142 PYTEST_AM_CMD=" $PYTEST_AM_CMD -m \" $PATTERN and arraymanager\" "
You can’t perform that action at this time.
0 commit comments