Skip to content

Commit 9f05a49

Browse files
committed
Fix xapi-plugins to be have a valid module name
tests$ mypy lib/ tests/ xapi-plugins is not a valid Python package name Signed-off-by: Yann Dirson <[email protected]>
1 parent 1c9020a commit 9f05a49

File tree

17 files changed

+1
-1
lines changed

17 files changed

+1
-1
lines changed

jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"tests/snapshot",
2929
"tests/system",
3030
"tests/xapi",
31-
"tests/xapi-plugins",
31+
"tests/xapi_plugins",
3232
],
3333
"markers": "(small_vm or no_vm) and not flaky and not reboot and not complex_prerequisites",
3434
},
File renamed without changes.

0 commit comments

Comments
 (0)