Skip to content

Commit 5f36a1b

Browse files
committed
Fix: Runtime files were picked up by tests
1 parent e0a0ef4 commit 5f36a1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@ all = [
134134
pythonpath = [
135135
"src"
136136
]
137+
testpaths = [
138+
"tests"
139+
]
140+
ignore = [
141+
"runtimes/aleph-debian-11-python/rootfs/",
142+
"runtimes/aleph-debian-12-python/rootfs/",
143+
]
137144

138145
[tool.black]
139146
target-version = ["py39"]

0 commit comments

Comments
 (0)