removed unused pytest-env and imports

This commit is contained in:
kahghi
2025-01-21 15:38:41 +08:00
parent b1887fef1b
commit 4aa9b8d5e7
4 changed files with 10 additions and 25 deletions

View File

@@ -105,7 +105,6 @@ dependencies = [
"ldap3==2.9.1",
"google-cloud-storage==2.19.0",
"gcp-storage-emulator>=2024.8.3",
"pytest-env>=1.1.5",
]
readme = "README.md"
requires-python = ">= 3.11, < 3.13.0a1"
@@ -127,11 +126,6 @@ open-webui = "open_webui:app"
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.pytest.ini_options]
env = [
"GCS_BUCKET_NAME=my-bucket"
]
[tool.rye]
managed = true
dev-dependencies = []