Skip to content

Commit

Permalink
Updated expected Debian version in tests to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Mar 27, 2024
1 parent 9723430 commit 952d38e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_dom0_rpm_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import unittest


DEBIAN_VERSION = "bullseye"
DEBIAN_VERSION = "bookworm"
FEDORA_VERSION = "f37"


Expand Down
2 changes: 1 addition & 1 deletion tests/test_vms_exist.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from base import WANTED_VMS


DEBIAN_VERSION = "bullseye"
DEBIAN_VERSION = "bookworm"


class SD_VM_Tests(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_vms_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
BULLSEYE_STRING = "Debian GNU/Linux 11 (bullseye)"
BOOKWORM_STRING = "Debian GNU/Linux 12 (bookworm)"

SUPPORTED_SD_DEBIAN_DIST = "bullseye"
SUPPORTED_SD_DEBIAN_DIST = "bookworm"
SUPPORTED_WHONIX_PLATFORMS = [BOOKWORM_STRING]


Expand Down

0 comments on commit 952d38e

Please sign in to comment.