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; [
|
nativeBuildInputs = with python3Packages; [
|
||||||
poetry-core
|
poetry-core
|
||||||
pytestCheckHook
|
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
@ -27,7 +26,7 @@ python3Packages.buildPythonApplication {
|
||||||
|
|
||||||
nativeCheckInputs = with python3Packages; [
|
nativeCheckInputs = with python3Packages; [
|
||||||
hypothesis
|
hypothesis
|
||||||
pytest
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
pytestFlagsArray = [ "-v" ];
|
pytestFlagsArray = [ "-v" ];
|
||||||
|
|
Loading…
Reference in a new issue