Skip to content

Commit

Permalink
Include qgis_processing
Browse files Browse the repository at this point in the history
- Hopefully fixes the issue with the tests on the newer versions
  • Loading branch information
JuhoErvasti committed Nov 1, 2024
1 parent cc72cb3 commit af9170e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/processing/test_count_trajectories.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@ def input_point_layer_for_algorithm():


def test_count_trajectories(
qgis_app, input_point_layer_for_algorithm: QgsVectorLayer, input_gate_layer_for_algorithm: QgsVectorLayer
qgis_app,
qgis_processing, # noqa: ARG001
input_point_layer_for_algorithm: QgsVectorLayer,
input_gate_layer_for_algorithm: QgsVectorLayer,
):
provider = TTTProvider()

Expand Down

0 comments on commit af9170e

Please sign in to comment.