File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
139
139
- name : Run the tests
140
140
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
142
142
143
143
test_miniumum_versions :
144
144
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
92
92
features = [" test" ]
93
93
[tool .hatch .envs .test .scripts ]
94
94
list = " python -m pip freeze"
95
- test = " python -m pytest -vv {args}"
95
+ test = " python -m pytest -vv -s -k test_outstream {args}"
96
96
nowarn = " test -W default {args}"
97
97
98
98
[tool .hatch .envs .cov ]
99
99
features = [" test" , " cov" ]
100
100
[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}"
102
102
nowarn = " test -W default {args}"
103
103
104
104
[[tool .hatch .envs .cov .matrix ]]
You can’t perform that action at this time.
0 commit comments