Merge pull request #243450 from r-ryantm/auto-update/python310Packages.python-manilaclient

python310Packages.python-manilaclient: 4.4.0 -> 4.5.0
This commit is contained in:
Sandro 2023-07-15 00:47:57 +02:00 committed by GitHub
commit c7ac3583bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 43 additions and 59 deletions

View file

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

View file

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

View file

@ -1,5 +1,4 @@
{ stdenv
, buildPythonPackage
{ buildPythonPackage
, dm-haiku
, chex
, cloudpickle
@ -16,9 +15,10 @@
, rlax
, distrax
, tensorflow-probability
, optax }:
, optax
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "dm-haiku-tests";
inherit (dm-haiku) version;

View file

@ -5,7 +5,7 @@
, testpath
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "flit-core";
inherit (flit-core) version;

View file

@ -10,11 +10,10 @@
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "ipykernel-tests";
inherit (ipykernel) version;
src = ipykernel.src;
inherit (ipykernel) version src;
format = "other";
dontBuild = true;
dontInstall = true;

View file

@ -15,11 +15,9 @@
buildPythonPackage {
pname = "openstacksdk-tests";
inherit (openstacksdk) version;
inherit (openstacksdk) version src;
format = "other";
src = openstacksdk.src;
dontBuild = true;
dontInstall = true;

View file

@ -1,5 +1,4 @@
{ stdenv
, buildPythonPackage
{ buildPythonPackage
, dm-haiku
, pytest-xdist
, pytestCheckHook
@ -9,7 +8,7 @@
, optax
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "optax-tests";
inherit (optax) version;
@ -31,5 +30,4 @@ buildPythonPackage rec {
# See https://github.com/deepmind/optax/issues/323
"examples/lookahead_mnist_test.py"
];
}

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

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

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

View file

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

View file

@ -6,7 +6,7 @@
, pytestCheckHook
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "pytest-asyncio-tests";
inherit (pytest-asyncio) version;

View file

@ -22,12 +22,12 @@
buildPythonPackage rec {
pname = "python-manilaclient";
version = "4.4.0";
version = "4.5.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-iKBbR4h9J9OiQMHjUHxUVk+NbCRUYmIPtWxRwVVGQtY=";
hash = "sha256-voeJkwe/7nta2B19+Y5d27XTkhQ/nbWt6MXOicYQZnU=";
};
nativeBuildInputs = [

View file

@ -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;

View file

@ -7,13 +7,11 @@
, virtualenv
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "setuptools-scm-tests";
inherit (setuptools-scm) version;
inherit (setuptools-scm) version src;
format = "other";
src = setuptools-scm.src;
dontBuild = true;
dontInstall = true;

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

View file

@ -12,10 +12,9 @@
, wsproto
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "uvicorn-tests";
inherit (uvicorn) version;
format = "other";
src = uvicorn.testsout;

View file

@ -6,7 +6,7 @@
, wasmer-compiler-singlepass
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "wasmer-tests";
inherit (wasmer) version;