Skip to content

Commit b8d6842

Browse files
committed
we forgot to ship test.support before, rendering unittest almost useless
1 parent 1c6ae5b commit b8d6842

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

mx.graalpython/suite.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,14 @@
257257
],
258258
"license": ["PSF-License"],
259259
},
260+
261+
"python-test-support-lib": {
262+
"class": "ArchiveProject",
263+
"outputDir": "graalpython/lib-python/3/test/support",
264+
"prefix": "lib-python/3/test/support",
265+
"ignorePatterns": [],
266+
"license": ["PSF-License"],
267+
},
260268
},
261269

262270
"licenses": {
@@ -304,7 +312,7 @@
304312
},
305313

306314
"GRAALPYTHON_PYTHON_LIB": {
307-
"dependencies": ["python-lib"],
315+
"dependencies": ["python-lib", "python-test-support-lib"],
308316
"description": "Python 3 lib files",
309317
"maven": False,
310318
},

0 commit comments

Comments
 (0)