Skip to content

Commit 7488801

Browse files
Copilotjason810496
andcommitted
Add upper bound to pytest version constraint for better compatibility
Co-authored-by: jason810496 <[email protected]>
1 parent f19e2b3 commit 7488801

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dev = [
4747
"psycopg2-binary>=2.9.9",
4848
"psycopg2cffi>=2.9.0",
4949
# testing
50-
"pytest>=7.4.4",
50+
"pytest>=7.4.4,<8.0",
5151
"pytest-lazy-fixture>=0.6.3",
5252
"pytest-cov>=5.0.0",
5353
"pytest-xdist>=3.6.1",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)