We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d2cfe commit 761036dCopy full SHA for 761036d
tests/conftest.py
@@ -68,7 +68,7 @@ def database(postgresql_proc):
68
69
@pytest.fixture(
70
params=[
71
- "0.8.6",
+ # "0.8.6",
72
"0.9.8",
73
],
74
)
@@ -96,11 +96,11 @@ def pgstac(request, database):
96
97
# API hydratation, prefix, model_validation
98
(False, "", False),
99
- (False, "/router_prefix", False),
100
- (True, "", False),
101
- (True, "/router_prefix", False),
102
- (False, "", True),
103
- (True, "", True),
+ # (False, "/router_prefix", False),
+ # (True, "", False),
+ # (True, "/router_prefix", False),
+ # (False, "", True),
+ # (True, "", True),
104
105
scope="session",
106
0 commit comments