We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f0afc commit 67065c1Copy full SHA for 67065c1
2 files changed
pyproject.toml
@@ -105,4 +105,7 @@ requires = ["hatchling"]
105
build-backend = "hatchling.build"
106
107
[dependency-groups]
108
-tests = ["pytest>=8.3.5", "pytest-cov>=6.1.1", "testcontainers>=4.10.0"]
+tests = [
109
+ "pytest>=8.3.5",
110
+ "pytest-cov>=6.1.1",
111
+]
0 commit comments