mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python312Packages.hypothesis-auto: add optional-dependencies
This commit is contained in:
parent
d9984214d8
commit
76e8a95910
@ -5,6 +5,7 @@
|
||||
hypothesis,
|
||||
poetry-core,
|
||||
pydantic,
|
||||
pytest,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
}:
|
||||
@ -34,6 +35,10 @@ buildPythonPackage rec {
|
||||
pydantic
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
pytest = [ pytest ];
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "hypothesis_auto" ];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user