Skip to content

Commit f1b71e1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 633ce46 commit f1b71e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: tests/exporters/test_webpdf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class TestWebPDFExporter(ExportersTestsBase):
3333

3434
exporter_class = WebPDFExporter # type:ignore
3535

36-
@pytest.mark.network()
36+
@pytest.mark.network
3737
def test_export(self):
3838
"""
3939
Can a TemplateExporter export something?

Diff for: tests/test_nbconvertapp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test_filename_spaces(self):
151151
assert os.path.isfile("notebook with spaces.pdf")
152152

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

0 commit comments

Comments
 (0)