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!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -50,7 +50,7 @@ class Chroot:
"riscv64",
]
if self.__type not in ChrootType:
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
Loading