Skip to content

Commit df9960b

Browse files
authored
Restore tests argument to poetry invocation of pytest (#2092)
Drop ineffective options section "[pytest]"
1 parent aca6511 commit df9960b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ python =
3333
3.13: py313-pypi
3434
3.14: py314-pypi
3535

36-
[pytest]
37-
testpaths = tests
38-
3936
[testenv]
4037
setenv=PYTHONPATH = {toxinidir}:{toxinidir}
4138
deps=
@@ -49,7 +46,7 @@ commands=
4946
poetry lock
5047
poetry install --all-extras --with tests
5148
poetry show
52-
poetry run python -m pytest --cov connexion --cov-report term-missing {posargs}
49+
poetry run python -m pytest tests --cov connexion --cov-report term-missing {posargs}
5350
min: mv -f pyproject.toml.bak pyproject.toml
5451

5552
[testenv:pre-commit]

0 commit comments

Comments
 (0)