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.
2 parents 3b917a3 + 2709739 commit 14998d4Copy full SHA for 14998d4
pyproject.toml
@@ -4,7 +4,6 @@ name = "notebooks"
4
version = "2025.1"
5
description = "Open Data Hub / OpenShift AI Notebook / Workbench images, and tests for the same in Python."
6
readme = "README.md"
7
-package-mode = false
8
requires-python = ">=3.12,<3.13"
9
10
# https://docs.astral.sh/uv/concepts/projects/dependencies/#managing-dependencies
pytest.ini
@@ -3,7 +3,8 @@
3
[pytest]
addopts = --strict-markers --capture=no --tb=short
-required_plugins = pytest-subtests
+# pytest-subtest plugin is built-in since pytest 9.0: https://docs.pytest.org/en/stable/how-to/subtests.html
+required_plugins =
junit_logging = all
junit_log_passing_tests = False
0 commit comments