cni-plugins: remove podman from passthru.tests

This commit is contained in:
zowoq 2022-08-18 13:58:05 +10:00
parent 8583f2b7b3
commit bf052185a3

View file

@ -38,7 +38,7 @@ buildGoModule rec {
"plugins/meta/vrf"
];
passthru.tests = { inherit (nixosTests) cri-o podman; };
passthru.tests = { inherit (nixosTests) cri-o; };
meta = with lib; {
description = "Some standard networking plugins, maintained by the CNI team";