diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 22125046..c178265b 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -45,7 +45,7 @@ jobs: cat ${GITHUB_WORKSPACE}/src/mas/devops/__init__.py python -m pip install --upgrade pip pip install .[dev] - python -m pytest -m "not openshift" + python -m pytest # 3. Flake8 Linting # ------------------------------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 409770ca..1fa45e3c 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def get_version(rel_path): install_requires=[ 'pyyaml', # MIT License 'openshift', # Apache Software License - 'kubernetes', # Apache Software License + 'kubernetes<36', # Apache Software License 'kubeconfig', # BSD License 'setuptools', # MIT License (required to install kubeconfig) 'jinja2', # BSD License