Skip to content
Snippets Groups Projects

CI: run pytest and install test against Python 3.10

Merged Caleb Connolly requested to merge caleb/test-python3.10 into master
All threads resolved!
+ 3
0
@@ -50,6 +50,9 @@ class Chroot:
"riscv64",
]
if self.__type not in ChrootType._member_map_.values():
raise ValueError(f"Invalid chroot type: '{self.__type}'")
# A buildroot suffix must have a name matching one of alpines
# architectures.
if self.__type == ChrootType.BUILDROOT and self.__name not in valid_arches:
Loading