File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
pip install -e ".[test]"
40
40
- name : Test with pytest
41
41
run : |
42
- python -m pytest -vv jupyter_core --timeout 60 --cov jupyter_core --cov-report term-missing:skip-covered
42
+ python -m pytest -vv --timeout 60 --cov jupyter_core --cov-report term-missing:skip-covered
43
43
44
44
test_miniumum_versions :
45
45
name : Test Minimum Versions
54
54
- name : Install miniumum versions
55
55
uses : jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
56
56
- name : Run the unit tests
57
- run : pytest -vv -W default traitlets || pytest -vv -W default traitlets --lf
57
+ run : pytest -vv -W default || pytest -vv -W default --lf
58
58
59
59
test_prereleases :
60
60
name : Test Prereleases
74
74
pip check
75
75
- name : Run the tests
76
76
run : |
77
- pytest -vv traitlets || pytest -vv traitlets --lf
77
+ pytest -vv || pytest -vv --lf
78
78
79
79
make_sdist :
80
80
name : Make SDist
You can’t perform that action at this time.
0 commit comments