Skip to content

Commit

Permalink
let the notebook tests ignore warning written to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
wilko authored and dependabot-preview[bot] committed Aug 18, 2020
1 parent a4fe3ba commit a5e0860
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# we don't want to fail a notebook test if there is a deprication warnings written to stderr
def pytest_collectstart(collector):
collector.skip_compare += 'stderr',

0 comments on commit a5e0860

Please sign in to comment.