lol

python3Packages.openshift: fix disabled tests

authored by

Stephan Heßelmann and committed by
Matthieu Coudron
b085aefb 19b44ba0

+2 -2
+2 -2
pkgs/development/python-modules/openshift/default.nix
··· 44 44 ]; 45 45 46 46 disabledTestPaths = [ 47 - # requires docker 48 - "test/functional" 47 + # requires kubeconfig 48 + "test/integration" 49 49 ]; 50 50 51 51 meta = with lib; {