python3Packages.openshift: fix disabled tests

main
Stephan Heßelmann 2 years ago committed by Matthieu Coudron
parent 19b44ba0ed
commit b085aefbd4
  1. 4
      pkgs/development/python-modules/openshift/default.nix

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

Loading…
Cancel
Save