python310Packages.python-manilaclient: fix passthru.tests

This commit is contained in:
Sandro Jäckel
2023-07-14 14:08:47 +02:00
parent aecf7364cc
commit f5dd81423a
@@ -7,11 +7,10 @@
, python-openstackclient
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "python-manilaclient-tests";
inherit (python-manilaclient) version;
src = python-manilaclient.src;
inherit (python-manilaclient) version src;
format = "other";
dontBuild = true;
dontInstall = true;