Skip to content

Commit 129ff7c

Browse files
committed
Unmask more Python 3 tests
1 parent cacf79c commit 129ff7c

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

ci/travis/linux/qt5/blacklist.txt

+1-6
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ PyQgsPalLabelingComposer
2525
PyQgsPalLabelingPlacement
2626
PyQgsPalLabelingServer
2727
PyQgsPostgresProvider
28-
PyQgsProject
2928
PyQgsRangeWidgets
3029
PyQgsRasterLayer
31-
PyQgsRelation
30+
PyQgsRelationEditWidget
3231
PyQgsRulebasedRenderer
3332
PyQgsServer
3433
PyQgsServerAccessControl
@@ -38,14 +37,10 @@ PyQgsSipCoverage
3837
PyQgsSpatialiteProvider
3938
PyQgsSymbolExpressionVariables
4039
PyQgsSymbolV2
41-
PyQgsSyntacticSugar
42-
PyQgsTabfileProvider
4340
PyQgsVectorFileWriter
44-
PyQgsVectorLayer
4541
PyQgsVirtualLayerDefinition
4642
PyQgsVirtualLayerProvider
4743
PyQgsWFSProvider
48-
PyQgsZonalStatistics
4944
qgis_composereffectstest
5045
qgis_composerlabeltest
5146
qgis_composermapgridtest

ci/travis/linux/qt5/install.sh

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ CLANG_WARNINGS="-Wimplicit-fallthrough"
2020
# Include this line for debug reasons
2121
# -DCMAKE_BUILD_TYPE=RelWithDebInfo \
2222
#
23-
# Server fails at the moment on Qt5 because QFtp has been removed
24-
# -DWITH_SERVER=ON \
2523
cmake \
2624
-DCMAKE_PREFIX_PATH=/home/travis/osgeo4travis \
2725
-DWITH_STAGED_PLUGINS=ON \

0 commit comments

Comments
 (0)