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
6 changed files with 6 additions and 6 deletions
@@ -20,7 +20,7 @@ buildPythonPackage rec {
doCheck = false;
passthru.tests = {
pytest = callPackage ./tests.nix { };
tests = callPackage ./tests.nix { };
};
pythonImportsCheck = [ "pbr" ];