memtree: deduplicate pytestCheckHook
This commit is contained in:
parent
cfb1ae4e7b
commit
ad47ee62c2
1 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,6 @@ python3Packages.buildPythonApplication {
|
|||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
poetry-core
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
|
@ -27,7 +26,7 @@ python3Packages.buildPythonApplication {
|
|||
|
||||
nativeCheckInputs = with python3Packages; [
|
||||
hypothesis
|
||||
pytest
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [ "-v" ];
|
||||
|
|
Loading…
Reference in a new issue