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 33
33
echo $PYTEST_CMD
34
34
sh -c " $PYTEST_CMD "
35
35
36
- if [[ " $PANDAS_DATA_MANAGER " != " array" ]]; then
36
+ if [[ " $PANDAS_DATA_MANAGER " != " array" && " $PYTEST_TARGET " == " pandas " ]]; then
37
37
# 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"
39
40
40
41
if [[ " $PATTERN " ]]; then
41
42
PYTEST_AM_CMD=" $PYTEST_AM_CMD -m \" $PATTERN and arraymanager\" "
You can’t perform that action at this time.
0 commit comments