We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3606085 commit cd0b145Copy full SHA for cd0b145
examples/conftest.py
@@ -1,4 +1,4 @@
1
2
def pytest_collectstart(collector):
3
- if collector.fspath and collector.fspath.ext == '.ipynb':
+ if collector.fspath and collector.fspath.ext == '.ipynb' and hasattr(collector, 'skip_compare'):
4
collector.skip_compare += ('application/vnd.jupyter.widget-view+json', 'text/html')
0 commit comments