Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
remove from old api
  • Loading branch information
JanCaha authored Dec 17, 2023
1 parent dac1d3e commit a6465cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import pytest
from pathlib import Path

from pytest_qgis import clean_qgis_layer

from qgis.core import QgsProject, QgsLayout, QgsVectorLayer
from processing.core.ProcessingConfig import ProcessingConfig

Expand Down Expand Up @@ -30,7 +28,6 @@ def data_layer_path() -> str:


@pytest.fixture
@clean_qgis_layer
def data_layer(data_layer_path) -> QgsVectorLayer:

return QgsVectorLayer(data_layer_path, "layer", "ogr")
Expand Down

0 comments on commit a6465cc

Please sign in to comment.