File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 fi
8585
8686 PYTHON_EXECUTABLE="xvfb-run python"
87- EXTRA_ARGS=""
8887 else
8988 if [ "${{ runner.os }}" = "macOS" ] && [ -n "$PACKAGES" ]; then
9089 brew install -q $PACKAGES
9594 fi
9695
9796 PYTHON_EXECUTABLE="python"
98- EXTRA_ARGS="--ci-platforms-only"
9997 fi
10098
101- $PYTHON_EXECUTABLE tests/stubtest_third_party.py $EXTRA_ARGS --num-shards 4 --shard-index ${{ matrix.shard-index }}
99+ $PYTHON_EXECUTABLE tests/stubtest_third_party.py --ci-platforms-only --num-shards 4 --shard-index ${{ matrix.shard-index }}
102100
103101 stub-uploader :
104102 name : stub_uploader tests
Original file line number Diff line number Diff line change 7171 fi
7272
7373 PYTHON_EXECUTABLE="xvfb-run python"
74- EXTRA_ARGS=""
7574 else
7675 if [ "${{ runner.os }}" = "macOS" ] && [ -n "$PACKAGES" ]; then
7776 echo "Installing Homebrew packages: $PACKAGES"
8483 fi
8584
8685 PYTHON_EXECUTABLE="python"
87- EXTRA_ARGS="--ci-platforms-only"
8886 fi
8987
90- $PYTHON_EXECUTABLE tests/stubtest_third_party.py $EXTRA_ARGS $STUBS
88+ $PYTHON_EXECUTABLE tests/stubtest_third_party.py --ci-platforms-only $STUBS
9189 else
9290 echo "Nothing to test"
9391 fi
You can’t perform that action at this time.
0 commit comments