python310Packages.os-service-types: fix passthru.tests

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

View File

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