python310Packages.cliff: fix passthru.tests
This commit is contained in:
parent
4bb7569371
commit
15640652bf
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue