Fix test name check

This commit is contained in:
Daniel A. Wozniak 2024-08-14 14:57:12 -07:00 committed by Daniel Wozniak
parent 61d6279963
commit d75030cfaf
2 changed files with 1 additions and 0 deletions

View file

@ -44,6 +44,7 @@ EXCLUDED_FILES = [
os.path.join("tests", "wheeltest.py"),
os.path.join("tests", "zypp_plugin.py"),
os.path.join("tests", "pytests", "functional", "cache", "helpers.py"),
os.path.join("tests", "pytests", "functional", "transport", "base.py"),
os.path.join("tests", "pytests", "unit", "states", "virt", "helpers.py"),
]