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 = [
# requires docker
"test/functional"
# requires kubeconfig
"test/integration"
];
meta = with lib; {

Loading…
Cancel
Save