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
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:
7
.github/workflows/unit_tests.yml
vendored
7
.github/workflows/unit_tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user