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 9403428 commit 7572bf2Copy full SHA for 7572bf2
conftest.py
@@ -0,0 +1,8 @@
1
+import pytest
2
+
3
4
+@pytest.hookimpl(tryfirst=True)
5
+def pytest_collectstart(collector):
6
+ if hasattr(collector, "fspath") and \
7
+ str(collector.fspath).endswith(".ipynb"):
8
+ collector.skip_compare += ('text/latex', 'stderr')
0 commit comments