We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59414b3 commit 6ec7638Copy full SHA for 6ec7638
tests/exporters/test_qtpng.py
@@ -19,7 +19,7 @@ class TestQtPNGExporter(ExportersTestsBase):
19
20
exporter_class = QtPNGExporter # type:ignore
21
22
- @pytest.mark.flaky()
+ @pytest.mark.flaky
23
def test_export(self):
24
"""
25
Can a TemplateExporter export something?
tests/test_nbconvertapp.py
@@ -149,7 +149,7 @@ def test_filename_spaces(self):
149
)
150
assert os.path.isfile("notebook with spaces.pdf")
151
152
153
@pytest.mark.network
154
@pytest.mark.skipif(not PLAYWRIGHT_INSTALLED, reason="Playwright not installed")
155
def test_webpdf_with_chromium(self):
0 commit comments