python311Packages.betterproto: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-27 06:29:55 +01:00
parent 107e42fe1a
commit 1aaa441376
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
, isort
, python
, pydantic
, pytestCheckHook
, pytest7CheckHook
, pytest-asyncio
, pytest-mock
, typing-extensions
@ -53,7 +53,7 @@ buildPythonPackage rec {
pydantic
pytest-asyncio
pytest-mock
pytestCheckHook
pytest7CheckHook
tomlkit
] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);