forked from goodboy/tractor
1
0
Fork 0

Drop reporting flag from testsuite

pytest_report_workaround
Tyler Goodlet 2022-10-07 15:14:39 -04:00
parent 6a0337b69d
commit 46714d41e3
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ jobs:
run: pip list run: pip list
- name: Run tests - name: Run tests
run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} -rsx run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }}
# We skip 3.10 on windows for now due to not having any collabs to # We skip 3.10 on windows for now due to not having any collabs to
# debug the CI failures. Anyone wanting to hack and solve them is very # debug the CI failures. Anyone wanting to hack and solve them is very