python3Packages: rename passthru test for openstack team

This commit is contained in:
Sandro Jäckel 2021-09-14 13:54:10 +02:00
parent bd6c0565b2
commit 01bd54a0aa
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
6 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ buildPythonPackage rec {
doCheck = false;
passthru.tests = {
pytest = callPackage ./tests.nix { };
tests = callPackage ./tests.nix { };
};
pythonImportsCheck = [ "debtcollector" ];

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
doCheck = false;
passthru.tests = {
pytest = callPackage ./tests.nix { };
tests = callPackage ./tests.nix { };
};
pythonImportsCheck = [ "os_service_types" ];

View File

@ -43,7 +43,7 @@ buildPythonPackage rec {
doCheck = false;
passthru.tests = {
pytest = callPackage ./tests.nix {};
tests = callPackage ./tests.nix {};
};
pythonImportsCheck = [ "oslo_config" ];

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
doCheck = false;
passthru.tests = {
pytest = callPackage ./tests.nix {};
tests = callPackage ./tests.nix {};
};
pythonImportsCheck = [ "oslotest" ];

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
doCheck = false;
passthru.tests = {
pytest = callPackage ./tests.nix { };
tests = callPackage ./tests.nix { };
};
pythonImportsCheck = [ "pbr" ];

View File

@ -40,7 +40,7 @@ buildPythonPackage rec {
doCheck = false;
passthru.tests = {
pytest = callPackage ./tests.nix { };
tests = callPackage ./tests.nix { };
};
pythonImportsCheck = [ "stestr" ];