Skip to content

Commit 830af09

Browse files
authored
Merge branch 'stable' into monthlyupdate
2 parents fc17416 + a8fb3c5 commit 830af09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cat ${GITHUB_WORKSPACE}/src/mas/devops/__init__.py
4646
python -m pip install --upgrade pip
4747
pip install .[dev]
48-
python -m pytest -m "not openshift"
48+
python -m pytest
4949
5050
# 3. Flake8 Linting
5151
# -------------------------------------------------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_version(rel_path):
5353
install_requires=[
5454
'pyyaml', # MIT License
5555
'openshift', # Apache Software License
56-
'kubernetes', # Apache Software License
56+
'kubernetes<36', # Apache Software License
5757
'kubeconfig', # BSD License
5858
'setuptools', # MIT License (required to install kubeconfig)
5959
'jinja2', # BSD License

0 commit comments

Comments
 (0)