Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Drop support for Ubuntu Focal (#18)
Browse files Browse the repository at this point in the history
* Drop support for Ubuntu Focal

* bugfix: Bump pytest-operator to 0.31.1

Updating integration test dependency resolves error with pytest async plugin.

Signed-off-by: Jason C. Nucciarone <[email protected]>

---------

Signed-off-by: Jason C. Nucciarone <[email protected]>
Co-authored-by: Jason C. Nucciarone <[email protected]>
  • Loading branch information
jaimesouza and NucciTheBoss authored Dec 18, 2023
1 parent 66341fd commit 126db64
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
strategy:
fail-fast: true
matrix:
bases:
- [email protected]
bases:
- [email protected]
name: Integration tests (LXD) | ${{ matrix.bases }}
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ bases:
- name: ubuntu
channel: "22.04"
architectures: [amd64]
- name: ubuntu
channel: "20.04"
architectures: [amd64]

parts:
charm:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ description = Run integration tests
deps =
juju
pytest==7.2.0
pytest-operator==0.26.0
pytest-operator==0.31.1
pytest-order==1.1.0
tenacity==8.2.2
-r{toxinidir}/requirements.txt
Expand Down

0 comments on commit 126db64

Please sign in to comment.