From 554d5d77cf2626a7668773a9b97fafc4293d3b08 Mon Sep 17 00:00:00 2001 From: Bai Date: Fri, 28 Nov 2025 16:08:51 +0800 Subject: [PATCH] fix: use uv pip install -r pyproject.toml error --- tests/app/idp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/idp/pyproject.toml b/tests/app/idp/pyproject.toml index ee3c073a8..7491029fe 100644 --- a/tests/app/idp/pyproject.toml +++ b/tests/app/idp/pyproject.toml @@ -19,4 +19,4 @@ py-modules = [] [tool.uv.sources] # connect to the django-oauth-toolkit package in the parent workspace # so changes to it are reflected here without reinstalling. -django-oauth-toolkit = { editable = true, workspace = true } +django-oauth-toolkit = { workspace = true }