We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad615eb commit 9226749Copy full SHA for 9226749
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