Skip to content

Commit

Permalink
fix(jenkins): pin kubernetes version to fix recent breakage in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garner-canonical committed Sep 23, 2024
1 parent 7d2107f commit 1fe4cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'pyasn1>=0.4.4',
'toposort>=1.5,<2',
'typing_inspect>=0.6.0',
'kubernetes>=12.0.1',
'kubernetes>=12.0.1,<31.0.0',
'hvac',
'packaging',
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ deps =
pytest-xdist
Twine
websockets
kubernetes
kubernetes<31.0.0
hvac
packaging
setuptools
Expand Down

0 comments on commit 1fe4cfb

Please sign in to comment.