Skip to content

Commit 7d18b0a

Browse files
author
Michael Faust
committed
wip: Update tox.ini
Separate pytest invocations for SSL and non-SSL tests
1 parent 43c5577 commit 7d18b0a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
envlist = py27,py36,py37,py38,py39,py310,py311,py312
88

99
[gh-actions]
10-
python =
10+
python =
1111
2.7: py27
1212
3.6: py36
1313
3.7: py37
@@ -18,7 +18,9 @@ python =
1818
3.12: py312
1919

2020
[testenv]
21-
commands = pytest
21+
commands =
22+
pytest -vv -k "not CherryPySSLTest"
23+
pytest -vv -k "CherryPySSLTest"
2224
deps =
2325
py27: -r requirements/py2kreqs.txt
2426
{py36,py37,py38,py39,py310,py311,py312}: -r requirements/py3kreqs.txt

0 commit comments

Comments
 (0)