We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest
cratedb-toolkit[testing]
1 parent d7b2b19 commit 320d3a0Copy full SHA for 320d3a0
CHANGES.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
## Unreleased
4
+- Added lost `pytest` dependencies to `cratedb-toolkit[testing]`
5
6
## 2025/05/13 v0.0.34
7
- Downgraded to sqlalchemy-cratedb 0.41, version 0.42 is not GA yet
pyproject.toml
@@ -233,6 +233,9 @@ optional-dependencies.test-mongodb = [
233
"testcontainers-mongodb==0.0.1rc1",
234
]
235
optional-dependencies.testing = [
236
+ "pytest<9",
237
+ "pytest-cov<7",
238
+ "pytest-mock<4",
239
"testcontainers<5",
240
241
urls.Changelog = "https://github.com/crate/cratedb-toolkit/blob/main/CHANGES.md"
0 commit comments