2024-06-05 15:53:02 +00:00
|
|
|
{
|
|
|
|
buildPythonPackage,
|
|
|
|
pluggy,
|
|
|
|
pytestCheckHook,
|
2023-08-10 07:59:29 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
buildPythonPackage {
|
|
|
|
pname = "pluggy-tests";
|
|
|
|
inherit (pluggy) version;
|
|
|
|
format = "other";
|
|
|
|
|
|
|
|
inherit (pluggy) src;
|
|
|
|
|
|
|
|
dontBuild = true;
|
|
|
|
dontInstall = true;
|
|
|
|
|
|
|
|
nativeCheckInputs = [
|
|
|
|
pluggy
|
|
|
|
pytestCheckHook
|
|
|
|
];
|
|
|
|
}
|