We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3203b0c commit e78db20Copy full SHA for e78db20
1 file changed
pyproject.toml
@@ -51,6 +51,9 @@ environment-pass = ["LLVM_VERSION"]
51
# We use miniconda3 to get the clang/llvm toolchain on Linux.
52
before-build = ["rm -rf build dist src/*.egg-info"]
53
skip = ["*-musllinux_*", "cp38-*"]
54
+# llvmlite needs setuptools < 82, and we may need to build from source, so we
55
+# ensure that setuptools is in the correct version range.
56
+test-requires = ["setuptools>=75.3,<82"]
57
test-command = [
58
# Run host OpenMP tests.
59
"TEST_DEVICES=0 RUN_TARGET=0 python -m numba.runtests -v -- numba.openmp.tests.test_openmp",
0 commit comments