Skip to content

Commit a1f07b7

Browse files
authored
Try to reenable tests from downstream ipywidgets (#1350)
1 parent f1609ea commit a1f07b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
3939
with:
4040
package_name: ipywidgets
41-
test_command: pytest -vv -raXxs -k \"not deprecation_fa_icons and not tooltip_deprecation and not on_submit_deprecation\" -W default --durations 10 --color=yes
41+
test_command: pytest -vv -raXxs -W default --durations 10 --color=yes
4242

4343
jupyter_client:
4444
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)