properly install subtests

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-29 16:23:14 +02:00
parent 0184f8cbba
commit e76071b79f
2 changed files with 13 additions and 0 deletions

View File

@ -95,6 +95,7 @@ dev = [
"pytest-django==4.11.1",
"pytest-github-actions-annotate-failures==0.3.0",
"pytest-randomly==3.16.0",
"pytest-subtests",
"pytest-timeout==2.4.0",
"requests-mock==1.12.1",
"ruff==0.11.9",
@ -116,6 +117,7 @@ no-binary-package = [
[tool.uv.sources]
opencontainers = { git = "https://github.com/vsoch/oci-python", rev = "ceb4fcc090851717a3069d78e85ceb1e86c2740c" }
djangorestframework = { git = "https://github.com/goauthentik/django-rest-framework", rev = "896722bab969fabc74a08b827da59409cf9f1a4e" }
pytest-subtests = { git = "https://github.com/pytest-dev/pytest-subtests.git", rev = "9981d1c28d4ccbca435ce0e396804628acfeeb40" }
[project.scripts]
ak = "lifecycle.ak:main"

11
uv.lock generated
View File

@ -257,6 +257,7 @@ dev = [
{ name = "pytest-django" },
{ name = "pytest-github-actions-annotate-failures" },
{ name = "pytest-randomly" },
{ name = "pytest-subtests" },
{ name = "pytest-timeout" },
{ name = "requests-mock" },
{ name = "ruff" },
@ -355,6 +356,7 @@ dev = [
{ name = "pytest-django", specifier = "==4.11.1" },
{ name = "pytest-github-actions-annotate-failures", specifier = "==0.3.0" },
{ name = "pytest-randomly", specifier = "==3.16.0" },
{ name = "pytest-subtests", git = "https://github.com/pytest-dev/pytest-subtests.git?rev=9981d1c28d4ccbca435ce0e396804628acfeeb40" },
{ name = "pytest-timeout", specifier = "==2.4.0" },
{ name = "requests-mock", specifier = "==1.12.1" },
{ name = "ruff", specifier = "==0.11.9" },
@ -2669,6 +2671,15 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/22/70/b31577d7c46d8e2f9baccfed5067dd8475262a2331ffb0bfdf19361c9bde/pytest_randomly-3.16.0-py3-none-any.whl", hash = "sha256:8633d332635a1a0983d3bba19342196807f6afb17c3eef78e02c2f85dade45d6", size = 8396, upload-time = "2024-10-25T15:45:32.78Z" },
]
[[package]]
name = "pytest-subtests"
version = "0.14.2.dev13+g9981d1c"
source = { git = "https://github.com/pytest-dev/pytest-subtests.git?rev=9981d1c28d4ccbca435ce0e396804628acfeeb40#9981d1c28d4ccbca435ce0e396804628acfeeb40" }
dependencies = [
{ name = "attrs" },
{ name = "pytest" },
]
[[package]]
name = "pytest-timeout"
version = "2.4.0"