Skip to content

Commit 3fca547

Browse files
committed
skip numpy license check
1 parent 80ee75a commit 3fca547

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1956,6 +1956,14 @@ def _python_checkpatchfiles():
19561956
# pandas puts the whole license text in the field. Its BSD-3-Clause
19571957
'pandas-1.4.3.patch',
19581958
'pandas-1.5.2.patch',
1959+
# numpy started putting the whole license text in the field. Its BSD-3-Clause
1960+
'numpy-1.16.4.patch',
1961+
'numpy-1.19.5.patch',
1962+
'numpy-1.21.6.patch',
1963+
'numpy-1.22.4.patch',
1964+
'numpy-1.23.1.patch',
1965+
'numpy-1.23.4.patch',
1966+
'numpy-1.23.5.patch',
19591967
# Empty license field, skip it. It's MIT
19601968
'setuptools-60.patch',
19611969
'setuptools-60.9.patch',
@@ -2344,7 +2352,7 @@ def python_coverage(args):
23442352
with tempfile.NamedTemporaryFile(mode="w", suffix='.py') as f:
23452353
f.write(dedent(f"""
23462354
import os
2347-
2355+
23482356
for dirpath, dirnames, filenames in os.walk({os.path.join(SUITE.dir, "graalpython", "lib-graalpython")!r}):
23492357
if "test" in dirnames:
23502358
dirnames.remove("test")

0 commit comments

Comments
 (0)