File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646 ${{ matrix.python }} /usr/local/lib/python${{ matrix.python == 'python3.10' && '3.10' || '3.11' }}/test/test_sundry.py || echo "FAILED: original test_sundry.py"
4747
4848 echo "=== Testing environment under tox ==="
49- tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- --version
49+ tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- xtest --version
5050
5151 echo "=== Testing distutils import under tox ==="
5252 tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- -c "import distutils.bcppcompiler; print('SUCCESS in tox')"
7171 ${{ matrix.python }} /usr/local/lib/python${{ matrix.python == 'python3.10' && '3.10' || '3.11' }}/test/test_sundry.py || echo "FAILED: original test_sundry.py"
7272
7373 echo "=== Testing environment under tox ==="
74- tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- --version
74+ tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- xtest --version
7575
7676 echo "=== Testing distutils import under tox ==="
7777 tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- -c "import distutils.bcppcompiler; print('SUCCESS in tox')"
You can’t perform that action at this time.
0 commit comments