Skip to content

Commit

Permalink
Skip test on older qgis
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 9, 2024
1 parent f3e78ab commit 1f31a5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion felt/test/test_fsl_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

from qgis.core import (
NULL,
Qgis,
QgsSimpleLineSymbolLayer,
QgsSimpleFillSymbolLayer,
QgsUnitTypes,
Expand Down Expand Up @@ -1586,11 +1587,11 @@ def test_text_format_conversion(self):
'textTransform': 'lowercase'}
)

@unittest.skipIf(Qgis.QGIS_VERSION_INT < 32400, 'QGIS too old')
def test_label_settings(self):
"""
Test converting label settings
"""

context = ConversionContext()

f = QgsTextFormat()
Expand Down

0 comments on commit 1f31a5b

Please sign in to comment.