File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138
139139 - name : Run the tests
140140 timeout-minutes : 15
141- run : pytest -W default -vv || pytest --vv -W default --lf
141+ run : pytest -W default -vv -s -k test_outstream || pytest --vv -s -k test_outstream -W default --lf
142142
143143 test_miniumum_versions :
144144 name : Test Minimum Versions
Original file line number Diff line number Diff line change @@ -92,13 +92,13 @@ api = "sphinx-apidoc -o docs/api -f -E ipykernel tests ipykernel/datapub.py ipyk
9292features = [" test" ]
9393[tool .hatch .envs .test .scripts ]
9494list = " python -m pip freeze"
95- test = " python -m pytest -vv {args}"
95+ test = " python -m pytest -vv -s -k test_outstream {args}"
9696nowarn = " test -W default {args}"
9797
9898[tool .hatch .envs .cov ]
9999features = [" test" , " cov" ]
100100[tool .hatch .envs .cov .scripts ]
101- test = " python -m pytest -vv --cov ipykernel --cov-branch --cov-report term-missing:skip-covered {args}"
101+ test = " python -m pytest -vv -s -k test_outstream - -cov ipykernel --cov-branch --cov-report term-missing:skip-covered {args}"
102102nowarn = " test -W default {args}"
103103
104104[[tool .hatch .envs .cov .matrix ]]
You can’t perform that action at this time.
0 commit comments