python310Packages.debtcollector: fix passthru.tests

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

View File

@ -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