Skip to content

Commit 761036d

Browse files
committed
Accelerate tests temporarily
1 parent 51d2cfe commit 761036d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/conftest.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def database(postgresql_proc):
6868

6969
@pytest.fixture(
7070
params=[
71-
"0.8.6",
71+
# "0.8.6",
7272
"0.9.8",
7373
],
7474
)
@@ -96,11 +96,11 @@ def pgstac(request, database):
9696
params=[
9797
# API hydratation, prefix, model_validation
9898
(False, "", False),
99-
(False, "/router_prefix", False),
100-
(True, "", False),
101-
(True, "/router_prefix", False),
102-
(False, "", True),
103-
(True, "", True),
99+
# (False, "/router_prefix", False),
100+
# (True, "", False),
101+
# (True, "/router_prefix", False),
102+
# (False, "", True),
103+
# (True, "", True),
104104
],
105105
scope="session",
106106
)

0 commit comments

Comments
 (0)