Skip to content

Commit 932c141

Browse files
add mark also to this test...
1 parent cb66fb5 commit 932c141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/db/weather/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from pypsdm.db.weather.models import Coordinate
22
from pypsdm.db.weather.utils import weighted_interpolation_coordinates
33

4-
5-
def test_weighted_interpolation_coordinates2():
4+
@pytest.mark.docker_required
5+
def test_weighted_interpolation_coordinates():
66
target = (0, 0)
77

88
coord1 = Coordinate.from_xy(id=1, x=1, y=1)

0 commit comments

Comments
 (0)