python310Packages.debtcollector: fix passthru.tests
This commit is contained in:
parent
15640652bf
commit
f22fdf5d72
1 changed files with 3 additions and 4 deletions
|
@ -3,11 +3,10 @@
|
|||
, stestr
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage {
|
||||
pname = "debtcollector-tests";
|
||||
inherit (debtcollector) version;
|
||||
|
||||
src = debtcollector.src;
|
||||
inherit (debtcollector) 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