mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 06:31:15 +00:00
python3Packages.pydeako: pin to pytest 9.0.x
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
mock,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pytest9_0CheckHook,
|
||||
setuptools,
|
||||
zeroconf,
|
||||
}:
|
||||
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
mock
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
pytest9_0CheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pydeako" ];
|
||||
|
||||
Reference in New Issue
Block a user