Skip to content

Commit 320d3a0

Browse files
committed
Added lost pytest dependencies to cratedb-toolkit[testing]
1 parent d7b2b19 commit 320d3a0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
- Added lost `pytest` dependencies to `cratedb-toolkit[testing]`
45

56
## 2025/05/13 v0.0.34
67
- Downgraded to sqlalchemy-cratedb 0.41, version 0.42 is not GA yet

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ optional-dependencies.test-mongodb = [
233233
"testcontainers-mongodb==0.0.1rc1",
234234
]
235235
optional-dependencies.testing = [
236+
"pytest<9",
237+
"pytest-cov<7",
238+
"pytest-mock<4",
236239
"testcontainers<5",
237240
]
238241
urls.Changelog = "https://github.com/crate/cratedb-toolkit/blob/main/CHANGES.md"

0 commit comments

Comments
 (0)