python310Packages.oslo-config: fix passthru.tests

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

View File

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