python310Packages.oslotest: fix passthru.tests

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

View File

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