We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests
1 parent aca6511 commit df9960bCopy full SHA for df9960b
tox.ini
@@ -33,9 +33,6 @@ python =
33
3.13: py313-pypi
34
3.14: py314-pypi
35
36
-[pytest]
37
-testpaths = tests
38
-
39
[testenv]
40
setenv=PYTHONPATH = {toxinidir}:{toxinidir}
41
deps=
@@ -49,7 +46,7 @@ commands=
49
46
poetry lock
50
47
poetry install --all-extras --with tests
51
48
poetry show
52
- poetry run python -m pytest --cov connexion --cov-report term-missing {posargs}
+ poetry run python -m pytest tests --cov connexion --cov-report term-missing {posargs}
53
min: mv -f pyproject.toml.bak pyproject.toml
54
55
[testenv:pre-commit]
0 commit comments