Skip to content

Commit c48dcfc

Browse files
I messed up the merge conflict resolution.
1 parent ab26650 commit c48dcfc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

gateway-api/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,11 @@ dev = [
6262

6363
[tool.mypy]
6464
strict = true
65+
66+
[tool.pytest.ini_options]
67+
bdd_features_base_dir = "tests/acceptance/features"
68+
markers = [
69+
"remote_only: test only runs in remote environment (skipped when --env=local)",
70+
"status_auth_headers",
71+
"status_merged_auth_headers",
72+
]

0 commit comments

Comments
 (0)