Skip to content

Commit 14998d4

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 3b917a3 + 2709739 commit 14998d4

File tree

3 files changed

+981
-401
lines changed

3 files changed

+981
-401
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ name = "notebooks"
44
version = "2025.1"
55
description = "Open Data Hub / OpenShift AI Notebook / Workbench images, and tests for the same in Python."
66
readme = "README.md"
7-
package-mode = false
87
requires-python = ">=3.12,<3.13"
98

109
# https://docs.astral.sh/uv/concepts/projects/dependencies/#managing-dependencies

pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[pytest]
44
addopts = --strict-markers --capture=no --tb=short
55

6-
required_plugins = pytest-subtests
6+
# pytest-subtest plugin is built-in since pytest 9.0: https://docs.pytest.org/en/stable/how-to/subtests.html
7+
required_plugins =
78

89
junit_logging = all
910
junit_log_passing_tests = False

0 commit comments

Comments
 (0)