python310Packages.stestr: fix passthru.tests

This commit is contained in:
Sandro Jäckel 2023-07-14 14:08:57 +02:00
parent f5dd81423a
commit e052d608cb
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

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