Skip to content

Commit 0cb1a12

Browse files
committed
remove args to notebook test
1 parent 9dee556 commit 0cb1a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
cd $HOME
4545
pytest -ra --cov traitlets --cov-report=xml:coverage-from-notebook.xml \
46-
--pyargs notebook -k 'not selenium and not integration_tests'
46+
--pyargs notebook
4747
4848
- name: Run tests ipywidgets
4949
run: |

0 commit comments

Comments
 (0)