Skip to content

Commit

Permalink
mark test as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 1, 2023
1 parent aeb19cd commit a89b9b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/exporters/test_qtpng.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import os

import pytest
from flaky import flaky

from nbconvert.exporters.qt_screenshot import QT_INSTALLED
from nbconvert.exporters.qtpng import QtPNGExporter
Expand All @@ -19,6 +20,7 @@ class TestQtPNGExporter(ExportersTestsBase):

exporter_class = QtPNGExporter # type:ignore

@flaky
def test_export(self):
"""
Can a TemplateExporter export something?
Expand Down

0 comments on commit a89b9b6

Please sign in to comment.