There was an error while loading. Please reload this page.
2 parents fc17416 + a8fb3c5 commit 830af09Copy full SHA for 830af09
2 files changed
.github/workflows/python-release.yml
@@ -45,7 +45,7 @@ jobs:
45
cat ${GITHUB_WORKSPACE}/src/mas/devops/__init__.py
46
python -m pip install --upgrade pip
47
pip install .[dev]
48
- python -m pytest -m "not openshift"
+ python -m pytest
49
50
# 3. Flake8 Linting
51
# -------------------------------------------------------------------------------------------
setup.py
@@ -53,7 +53,7 @@ def get_version(rel_path):
53
install_requires=[
54
'pyyaml', # MIT License
55
'openshift', # Apache Software License
56
- 'kubernetes', # Apache Software License
+ 'kubernetes<36', # Apache Software License
57
'kubeconfig', # BSD License
58
'setuptools', # MIT License (required to install kubeconfig)
59
'jinja2', # BSD License
0 commit comments