Skip to content

Commit

Permalink
Remove PYTHONWARNINGS to get passing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Apr 6, 2022
1 parent ae38257 commit d46bc21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,4 @@ jobs:
# Override the ini option for filterwarnings with an empty list to disable error
# on filterwarnings as testing for notebooks to run with the latest API, not if
# Jupyter infrastructure is warning free.
# Though still show warnings by setting warning control to 'default'.
# export PYTHONWARNINGS='default'
pytest --override-ini filterwarnings= tests/test_notebooks.py

0 comments on commit d46bc21

Please sign in to comment.