Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug: change base for integration tests #504

Draft
wants to merge 1 commit into
base: track/1.17
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

integration:
name: Integration Test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
microk8s-versions:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

integration-observability:
name: Observability Integration Test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
microk8s-versions:
Expand Down
142 changes: 67 additions & 75 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
@@ -1,72 +1,71 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements-integration.in
#
aiohttp==3.8.5
aiohappyeyeballs==2.3.4
# via aiohttp
aiohttp==3.10.1
# via -r requirements-integration.in
aiosignal==1.3.1
# via aiohttp
anyio==4.0.0
# via httpcore
asttokens==2.4.0
anyio==4.4.0
# via httpx
asttokens==2.4.1
# via stack-data
async-timeout==4.0.3
# via aiohttp
asyncio==3.4.3
# via -r requirements-integration.in
attrs==23.1.0
attrs==24.2.0
# via aiohttp
backcall==0.2.0
# via ipython
bcrypt==4.0.1
bcrypt==4.2.0
# via paramiko
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via -r requirements-integration.in
cachetools==5.3.1
cachetools==5.4.0
# via google-auth
certifi==2023.7.22
certifi==2024.7.4
# via
# httpcore
# httpx
# kubernetes
# requests
cffi==1.15.1
cffi==1.17.0
# via
# cryptography
# pynacl
charset-normalizer==3.2.0
# via
# aiohttp
# requests
cryptography==41.0.3
charset-normalizer==3.3.2
# via requests
cryptography==43.0.0
# via paramiko
decorator==5.1.1
# via
# ipdb
# ipython
exceptiongroup==1.1.3
exceptiongroup==1.2.2
# via
# anyio
# ipython
# pytest
executing==1.2.0
executing==2.0.1
# via stack-data
frozenlist==1.4.0
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
google-auth==2.22.0
google-auth==2.33.0
# via kubernetes
h11==0.14.0
# via httpcore
httpcore==0.17.3
httpcore==1.0.5
# via httpx
httpx==0.24.1
httpx==0.27.0
# via lightkube
hvac==1.2.0
hvac==2.3.0
# via juju
idna==3.4
idna==3.7
# via
# anyio
# httpx
Expand All @@ -76,29 +75,29 @@ iniconfig==2.0.0
# via pytest
ipdb==0.13.13
# via pytest-operator
ipython==8.12.2
ipython==8.26.0
# via ipdb
jedi==0.19.0
jedi==0.19.1
# via ipython
jinja2==3.1.2
jinja2==3.1.4
# via pytest-operator
juju==3.4.0.0
juju==3.5.2.0
# via
# -r requirements-integration.in
# pytest-operator
kubernetes==27.2.0
kubernetes==30.1.0
# via juju
lightkube==0.14.0
lightkube==0.15.3
# via -r requirements-integration.in
lightkube-models==1.28.1.4
lightkube-models==1.30.0.8
# via lightkube
macaroonbakery==1.3.1
macaroonbakery==1.3.4
# via juju
markupsafe==2.1.3
markupsafe==2.1.5
# via jinja2
matplotlib-inline==0.1.6
matplotlib-inline==0.1.7
# via ipython
multidict==6.0.4
multidict==6.0.5
# via
# aiohttp
# yarl
Expand All @@ -108,41 +107,37 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
packaging==23.1
packaging==24.1
# via
# juju
# pytest
paramiko==2.12.0
paramiko==3.4.0
# via juju
parso==0.8.3
parso==0.8.4
# via jedi
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
pexpect==4.9.0
# via ipython
pluggy==1.3.0
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.39
prompt-toolkit==3.0.47
# via ipython
protobuf==3.20.3
protobuf==5.27.3
# via macaroonbakery
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
pure-eval==0.2.3
# via stack-data
pyasn1==0.5.0
pyasn1==0.6.0
# via
# juju
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
# via google-auth
pycparser==2.21
pycparser==2.22
# via cffi
pygments==2.16.1
pygments==2.18.0
# via ipython
pyhcl==0.4.5
# via hvac
pymacaroons==0.13.0
# via macaroonbakery
pynacl==1.5.0
Expand All @@ -154,81 +149,78 @@ pyrfc3339==1.1
# via
# juju
# macaroonbakery
pytest==7.4.2
pytest==8.3.2
# via
# pytest-asyncio
# pytest-operator
pytest-asyncio==0.21.1
pytest-asyncio==0.21.2
# via pytest-operator
pytest-operator==0.29.0
pytest-operator==0.35.0
# via -r requirements-integration.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via kubernetes
pytz==2023.3.post1
pytz==2024.1
# via pyrfc3339
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements-integration.in
# juju
# kubernetes
# lightkube
# pytest-operator
requests==2.31.0
requests==2.32.3
# via
# hvac
# kubernetes
# macaroonbakery
# requests-oauthlib
requests-oauthlib==1.3.1
requests-oauthlib==2.0.0
# via kubernetes
rsa==4.9
# via google-auth
six==1.16.0
# via
# asttokens
# google-auth
# kubernetes
# macaroonbakery
# paramiko
# pymacaroons
# python-dateutil
sniffio==1.3.0
sniffio==1.3.1
# via
# anyio
# httpcore
# httpx
soupsieve==2.5
# via beautifulsoup4
stack-data==0.6.2
stack-data==0.6.3
# via ipython
tenacity==8.2.3
tenacity==9.0.0
# via -r requirements-integration.in
tomli==2.0.1
# via
# ipdb
# pytest
toposort==1.10
# via juju
traitlets==5.9.0
traitlets==5.14.3
# via
# ipython
# matplotlib-inline
typing-extensions==4.7.1
typing-extensions==4.12.2
# via
# anyio
# ipython
# typing-inspect
typing-inspect==0.9.0
# via juju
urllib3==1.26.16
urllib3==2.2.2
# via
# google-auth
# kubernetes
# requests
wcwidth==0.2.6
wcwidth==0.2.13
# via prompt-toolkit
websocket-client==1.6.2
websocket-client==1.8.0
# via kubernetes
websockets==8.1
websockets==12.0
# via juju
yarl==1.9.2
yarl==1.9.4
# via aiohttp
Loading