check which pytest config causes the crash
Some checks failed
Unit Testing / test (3.11) (pull_request) Failing after 13s
Unit Testing / test (3.13) (pull_request) Failing after 18s
Unit Testing / test (3.10) (pull_request) Successful in 51s
Unit Testing / test (3.12) (pull_request) Successful in 49s
Unit Testing / test (3.8) (pull_request) Successful in 48s
Unit Testing / test (3.9) (pull_request) Successful in 48s

This commit is contained in:
2026-02-26 14:19:54 +01:00
parent 48e639b79d
commit bf1d39eded

View File

@@ -29,13 +29,14 @@ jobs:
- name: Install dependencies
run: |
python -m venv testenv
source testenv/bin/activate
python -m pip install --upgrade pip
pip install pytest
pip install -r requirements.txt
- name: Log pytest config
run: |
pytest --trace-config
- name: Test with pytest
run: |
python -m pytest tests