Skip to content

Commit 6ec7638

Browse files
committed
parent
1 parent 59414b3 commit 6ec7638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/exporters/test_qtpng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TestQtPNGExporter(ExportersTestsBase):
1919

2020
exporter_class = QtPNGExporter # type:ignore
2121

22-
@pytest.mark.flaky()
22+
@pytest.mark.flaky
2323
def test_export(self):
2424
"""
2525
Can a TemplateExporter export something?

tests/test_nbconvertapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def test_filename_spaces(self):
149149
)
150150
assert os.path.isfile("notebook with spaces.pdf")
151151

152-
@pytest.mark.flaky()
152+
@pytest.mark.flaky
153153
@pytest.mark.network
154154
@pytest.mark.skipif(not PLAYWRIGHT_INSTALLED, reason="Playwright not installed")
155155
def test_webpdf_with_chromium(self):

0 commit comments

Comments
 (0)