Skip to content

Commit 90e6348

Browse files
committed
chore: bump pytest req to >=7.3.1 for TestCaseFunction.addDuration support, lock latest amaranth-orchard
1 parent ce42273 commit 90e6348

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

pdm.lock

Lines changed: 9 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ build-backend = "pdm.backend"
3333

3434
[tool.pdm.dev-dependencies]
3535
test = [
36-
"pytest~=7.2.0",
36+
"pytest>=7.3.1",
3737
]
3838
#dev = [
3939
# "-e file:///${PROJECT_ROOT}/../chipflow-lib#egg=chipflow-lib"

0 commit comments

Comments
 (0)