python3Packages.openshift: fix disabled tests

This commit is contained in:
Stephan Heßelmann 2022-05-11 11:59:19 +02:00 committed by Matthieu Coudron
parent 19b44ba0ed
commit b085aefbd4

View file

@ -44,8 +44,8 @@ buildPythonPackage rec {
];
disabledTestPaths = [
# requires docker
"test/functional"
# requires kubeconfig
"test/integration"
];
meta = with lib; {