Skip to content

Commit 751a07e

Browse files
authored
test_sign: disable more staging tests (#997)
* test_sign: disable more staging tests Signed-off-by: William Woodruff <william@trailofbits.com> * ci: add --skip-staging to interactive tests too Not sure why we have this split. Signed-off-by: William Woodruff <william@trailofbits.com> * Revert "test_sign: disable more staging tests" This reverts commit a105caa. * conftest: another skipping strategy Signed-off-by: William Woodruff <william@trailofbits.com> * disable skip Signed-off-by: William Woodruff <william@trailofbits.com> * test: actually delete old skip stuff Signed-off-by: William Woodruff <william@trailofbits.com> --------- Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 8c6c45f commit 751a07e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: test (interactive)
5757
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
58-
run: make test-interactive TEST_ARGS="-vv --showlocals"
58+
run: make test-interactive TEST_ARGS="-vv --showlocals --skip-staging"
5959

6060
- uses: ./.github/actions/upload-coverage
6161
# only aggregate test coverage over linux-based tests to avoid any OS-specific filesystem information stored in

test/unit/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def tuf_dirs(monkeypatch, tmp_path):
262262

263263
@pytest.fixture
264264
def sign_ctx_and_ident_for_env(
265+
pytestconfig,
265266
env: str,
266267
) -> tuple[type[SigningContext], type[IdentityToken]]:
267268
if env == "staging":

0 commit comments

Comments
 (0)