Drop reporting flag from testsuite
parent
6a0337b69d
commit
46714d41e3
|
@ -79,7 +79,7 @@ jobs:
|
|||
run: pip list
|
||||
|
||||
- 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
|
||||
# debug the CI failures. Anyone wanting to hack and solve them is very
|
||||
|
|
Loading…
Reference in New Issue