Skip to content

Commit 44983ed

Browse files
committed
Fix fs-diff to be have a valid module name
At least mypy would refuse to run on the tests module because of that invalid name: tests$ mypy tests/ fs-diff is not a valid Python package name Signed-off-by: Yann Dirson <[email protected]>
1 parent 0d454a6 commit 44983ed

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
# This test needs 2 hosts that can be from the same pool
430430
"nb_pools": 1,
431431
"params": {},
432-
"paths": ["tests/fs-diff"],
432+
"paths": ["tests/fs_diff"],
433433
},
434434
}
435435

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)