Skip to content

Commit

Permalink
DNM: Add a debug step for inspecting pytest output directly on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Nov 11, 2023
1 parent 4ad399b commit d4bf013
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
${{ runner.os }}-${{ matrix.python-version }}
- name: Install Deps
run: python -m pip install -U 'tox<4' setuptools virtualenv wheel
- name: Test windows stuff
run: |
tox -epy --notest
.tox/py/bin/python -m pytest --subunit --rootdir="./" "./stestr/tests" --co
- name: Install and Run Tests
run: tox -e py -- --pytest
if: runner.os != 'macOS'
Expand Down

0 comments on commit d4bf013

Please sign in to comment.