9194ef5abd
Pytest/Test Workflow / Import Test and Pytest Run (macos-latest, 3.10) (push) Waiting to run
Pytest/Test Workflow / Import Test and Pytest Run (macos-latest, 3.11) (push) Waiting to run
Pytest/Test Workflow / Import Test and Pytest Run (macos-latest, 3.12) (push) Waiting to run
Pytest/Test Workflow / Import Test and Pytest Run (macos-latest, 3.13) (push) Waiting to run
Pytest/Test Workflow / Import Test and Pytest Run (windows-latest, 3.10) (push) Waiting to run
Pytest/Test Workflow / Import Test and Pytest Run (windows-latest, 3.11) (push) Waiting to run
Pytest/Test Workflow / Import Test and Pytest Run (windows-latest, 3.12) (push) Waiting to run
Pytest/Test Workflow / Import Test and Pytest Run (windows-latest, 3.13) (push) Waiting to run
Pytest/Test Workflow / testing-guardian (push) Blocked by required conditions
Docs/Test Workflow / Test docs build (push) Failing after 0s
Check links & references / links-check (push) Failing after 1s
Pytest/Test Workflow / Import Test and Pytest Run (ubuntu-latest, 3.10) (push) Failing after 0s
Pytest/Test Workflow / Import Test and Pytest Run (ubuntu-latest, 3.11) (push) Failing after 0s
PR Conflict Labeler / main (push) Failing after 2s
Pytest/Test Workflow / Import Test and Pytest Run (ubuntu-latest, 3.12) (push) Failing after 2s
Pytest/Test Workflow / Import Test and Pytest Run (ubuntu-latest, 3.13) (push) Failing after 0s
Pytest/Test Workflow / Build this Package (push) Failing after 5s
8 lines
106 B
INI
8 lines
106 B
INI
[tox]
|
|
envlist = py310,py311,py312,py313,py314
|
|
|
|
[testenv]
|
|
changedir = test
|
|
deps = pytest
|
|
commands = pytest
|