memtree: deduplicate pytestCheckHook

This commit is contained in:
Weijia Wang 2023-12-12 19:49:19 +01:00
parent cfb1ae4e7b
commit ad47ee62c2

View file

@ -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" ];