Skip to content

Commit 1d2db68

Browse files
committed
ci: Merge branch 'main' of github.com:fege/opendatahub-tests into rbac_tests
2 parents 736043b + 44907ca commit 1d2db68

File tree

3 files changed

+591
-600
lines changed

3 files changed

+591
-600
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- id: detect-secrets
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.11.7
38+
rev: v0.11.8
3939
hooks:
4040
- id: ruff
4141
- id: ruff-format
@@ -49,7 +49,7 @@ repos:
4949
# - id: renovate-config-validator
5050

5151
- repo: https://github.com/gitleaks/gitleaks
52-
rev: v8.24.3
52+
rev: v8.25.1
5353
hooks:
5454
- id: gitleaks
5555

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ def pytest_report_teststatus(report: CollectReport, config: Config) -> None:
273273

274274

275275
def pytest_sessionfinish(session: Session, exitstatus: int) -> None:
276+
session.config.option.log_listener.stop()
276277
if session.config.option.setupplan or session.config.option.collectonly:
277278
return
278-
279279
base_dir = py_config["tmp_base_dir"]
280280
LOGGER.info(f"Deleting pytest base dir {base_dir}")
281281
shutil.rmtree(path=base_dir, ignore_errors=True)

0 commit comments

Comments
 (0)