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 224c6f8 commit 41cb7c3Copy full SHA for 41cb7c3
test/unit/conftest.py
@@ -266,8 +266,8 @@ def sign_ctx_and_ident_for_env(
266
env: str,
267
) -> tuple[type[SigningContext], type[IdentityToken]]:
268
if env == "staging":
269
- if pytestconfig.getoption("skip-staging"):
270
- pytest.skip("skipping staging test variant due to --skip-staging")
+ # if pytestconfig.getoption("skip-staging"):
+ # pytest.skip("skipping staging test variant due to --skip-staging")
271
ctx_cls = SigningContext.staging
272
elif env == "production":
273
ctx_cls = SigningContext.production
0 commit comments