Skip to content

Commit 1c9020a

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

File tree

10 files changed

+3
-3
lines changed

10 files changed

+3
-3
lines changed

jobs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
"params": {
334334
"--vm": "single/small_vm_unix_tools",
335335
},
336-
"paths": ["tests/guest-tools/unix"],
336+
"paths": ["tests/guest_tools/unix"],
337337
"markers": "",
338338
},
339339
"tools-unix-multi": {
@@ -347,7 +347,7 @@
347347
"params": {
348348
"--vm[]": "multi/tools_unix",
349349
},
350-
"paths": ["tests/guest-tools/unix"],
350+
"paths": ["tests/guest_tools/unix"],
351351
"markers": "multi_vms",
352352
},
353353
"tools-windows": {
@@ -360,7 +360,7 @@
360360
"params": {
361361
"--vm[]": "multi/tools_windows",
362362
},
363-
"paths": ["tests/guest-tools/win"],
363+
"paths": ["tests/guest_tools/win"],
364364
"markers": "multi_vms",
365365
},
366366
"xen": {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)