python310Packages.cliff: fix passthru.tests

This commit is contained in:
Sandro Jäckel 2023-07-14 14:07:27 +02:00
parent 4bb7569371
commit 15640652bf
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -5,11 +5,10 @@
, testscenarios
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "cliff";
inherit (cliff) version;
src = cliff.src;
inherit (cliff) version src;
format = "other";
postPatch = ''
# only a small portion of the listed packages are actually needed for running the tests