File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,8 @@ jobs:
105
105
- run : uv run pytest
106
106
env :
107
107
HYPOTHESIS_PROFILE : slow
108
- # TODO: remove -x when test suite is more stable; we use it so that first error (hopefully) gets
109
- # reported without the interpreter crashing
110
- PYTEST_ADDOPTS : ${{ endsWith(matrix.python-version, 't') && '--parallel-threads=2 -x' || '' }}
108
+ # TODO: remove --inline-snapshot=disable after https://github.com/15r10nk/inline-snapshot/issues/192
109
+ PYTEST_ADDOPTS : ${{ endsWith(matrix.python-version, 't') && '--parallel-threads=2 --inline-snapshot=disable' || '' }}
111
110
# TODO: add `gil_used = false` to the PyO3 `#[pymodule]` when test suite is ok
112
111
PYTHON_GIL : ${{ endsWith(matrix.python-version, 't') && '0' || '1' }}
113
112
You can’t perform that action at this time.
0 commit comments