Skip to content

Commit

Permalink
Merge pull request #59882 from qgis/backport-59874-to-release-3_40
Browse files Browse the repository at this point in the history
[Backport release-3_40] Fix hang on server security test on Fedora
  • Loading branch information
alexbruy authored Dec 16, 2024
2 parents b068ecf + f65742c commit 1790d6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/python/test_qgsserver_security.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def setUpClass(cls):
cls.db_clone = os.path.join(tempfile.gettempdir(), "db_clone.sqlite")
cls.project = os.path.join(cls.testdatapath, "project.qgs")
cls.project_clone = os.path.join(tempfile.gettempdir(), "project.qgs")
cls.app = QgsApplication([], False)

@classmethod
def tearDownClass(cls):
Expand Down

0 comments on commit 1790d6f

Please sign in to comment.