Skip to content
Snippets Groups Projects
Commit 67a5ce39 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Remove CIBW test as they are currently stuck.

parent c99193c6
No related branches found
No related tags found
1 merge request!54Update 0.3.1 -> 0.4.0
Pipeline #71961 passed
......@@ -61,8 +61,9 @@ exclude = [
# CIBUILDWHEEL
[tool.cibuildwheel]
build-frontend = "build"
test-requires = "pytest"
test-command = "pytest {package}/aidge_quantization/unit_tests"
# test-requires = "pytest"
# test-command = "pytest {package}/aidge_quantization/unit_tests"
test-command = ""
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64:2024.11.16-1"
# uncomment to run cibuildwheel locally on selected distros
build=[
......@@ -73,20 +74,7 @@ build=[
# "cp39-win_amd64",
# "cp310-win_amd64",
]
# PYLINT
[tool.pylint.main]
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code.
extension-pkg-allow-list = ["aidge_core", "aidge_backend_cpu", "aidge_quantization", "onnx"]
# Files or directories to be skipped. They should be base names, not paths.
ignore = ["CVS"]
# List of module names for which member attributes should not be checked (useful
# for modules/projects where namespaces are manipulated during runtime and thus
# existing member attributes cannot be deduced by static analysis). It supports
# qualified module names, as well as Unix pattern matching.
ignored-modules = ["aidge_core", "aidge_backend_cpu", "aidge_quantization", "onnx"]
## AIDGE DEPENDENCIES DECLARATION
[tool.cibuildwheel.environment]
AIDGE_DEPENDENCIES = "aidge_core aidge_backend_cpu" # format => "dep_1 dep_2 ... dep_n"
AIDGE_INSTALL="/AIDGE_INSTALL_CIBUILDWHEEL"
......@@ -107,3 +95,18 @@ before-build = [
before-test = [
"pip install aidge_core aidge_backend_cpu aidge_onnx"
]
# PYLINT
[tool.pylint.main]
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code.
extension-pkg-allow-list = ["aidge_core", "aidge_backend_cpu", "aidge_quantization", "onnx"]
# Files or directories to be skipped. They should be base names, not paths.
ignore = ["CVS"]
# List of module names for which member attributes should not be checked (useful
# for modules/projects where namespaces are manipulated during runtime and thus
# existing member attributes cannot be deduced by static analysis). It supports
# qualified module names, as well as Unix pattern matching.
ignored-modules = ["aidge_core", "aidge_backend_cpu", "aidge_quantization", "onnx"]
## AIDGE DEPENDENCIES DECLARATION
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment