We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fc8195 + c4152e4 commit 9492db5Copy full SHA for 9492db5
tests/test_all.py
@@ -413,7 +413,11 @@ def test_no_orphaned_packages(container_per_test: ContainerData) -> None:
413
# but that is a few bytes larger so we accept it as an exception
414
known_orphaned_packages = {
415
"kubic-locale-archive",
416
- "skelcd-EULA-bci",
+ (
417
+ "skelcd-EULA-BCI"
418
+ if OS_VERSION.startswith("16")
419
+ else "skelcd-EULA-bci"
420
+ ),
421
"sles-ltss-release",
422
("SLES-release" if OS_VERSION.startswith("16") else "sles-release"),
423
"ALP-dummy-release",
0 commit comments