Skip to content

Commit

Permalink
Ensure live-test installs certomancer with web-api
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed Nov 17, 2024
1 parent 6933488 commit 4d3bb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ live-test = [
"pyHanko[testing-basic,xmp,async-http,extra-pubkey-algs]",
"pytest-aiohttp~=1.0.4",
"certomancer-csc-dummy==0.3.0",
"certomancer>=0.12.3,<0.13",
"certomancer[web-api]>=0.12.3,<0.13",
"pytest-cov>=4.0,<6.1",
]
mypy = [
Expand Down

0 comments on commit 4d3bb32

Please sign in to comment.