Skip to content

Commit

Permalink
Allow test on debian 12 (bookworm)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zempashi committed Jan 31, 2024
1 parent 305ac5e commit 387b3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from tests.helpers.vagrant import LocalVagrant

DEFAULT_OS = ["Ubuntu22.04"]
ALL_OS = ["Ubuntu20.04", "Ubuntu22.04", "Debian11"]
ALL_OS = ["Ubuntu20.04", "Ubuntu22.04", "Debian11", "Debian12"]


pytest_plugins = ["tests.helpers.provider"]
Expand Down

0 comments on commit 387b3a5

Please sign in to comment.