Skip to content

Commit 30fd3f5

Browse files
committed
more cleanup in workflow
1 parent 6c74c72 commit 30fd3f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
pip install -e ".[test]"
4040
- name: Test with pytest
4141
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
4343
4444
test_miniumum_versions:
4545
name: Test Minimum Versions
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install miniumum versions
5555
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
5656
- 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
5858

5959
test_prereleases:
6060
name: Test Prereleases
@@ -74,7 +74,7 @@ jobs:
7474
pip check
7575
- name: Run the tests
7676
run: |
77-
pytest -vv traitlets || pytest -vv traitlets --lf
77+
pytest -vv || pytest -vv --lf
7878
7979
make_sdist:
8080
name: Make SDist

0 commit comments

Comments
 (0)