3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.expecttest: use poetry-core

This commit is contained in:
Robert Schütz 2022-11-28 19:51:45 -08:00 committed by Robert Schütz
parent 1b16f38425
commit 75115a0f72

View file

@ -2,7 +2,7 @@
, fetchFromGitHub
, hypothesis
, lib
, poetry
, poetry-core
, pytestCheckHook
}:
@ -18,7 +18,7 @@ buildPythonPackage rec {
hash = "sha256-5CnpVFSbf3FcAa06Y7atG8sxu8uevpfrliB2HuVcrx0=";
};
buildInputs = [ poetry ];
buildInputs = [ poetry-core ];
checkInputs = [ hypothesis pytestCheckHook ];