Skip to content

Commit 041f2de

Browse files
Update tests/conftest.py
Co-authored-by: Henry Rodman <[email protected]>
1 parent 60deedd commit 041f2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
requires_pgstac_0_9_2 = pytest.mark.skipif(
5353
tuple(map(int, pgstac_version.split("."))) < (0, 9, 2),
54-
reason="at least PgSTAC>0.9.2 required",
54+
reason="PgSTAC>=0.9.2 required",
5555
)
5656

5757

0 commit comments

Comments
 (0)