Skip to content
Snippets Groups Projects
Commit 1eb79b12 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
No related merge requests found
Pipeline #71947 failed
...@@ -73,20 +73,7 @@ build=[ ...@@ -73,20 +73,7 @@ build=[
# "cp39-win_amd64", # "cp39-win_amd64",
# "cp310-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] [tool.cibuildwheel.environment]
AIDGE_DEPENDENCIES = "aidge_core aidge_backend_cpu" # format => "dep_1 dep_2 ... dep_n" AIDGE_DEPENDENCIES = "aidge_core aidge_backend_cpu" # format => "dep_1 dep_2 ... dep_n"
AIDGE_INSTALL="/AIDGE_INSTALL_CIBUILDWHEEL" AIDGE_INSTALL="/AIDGE_INSTALL_CIBUILDWHEEL"
...@@ -107,3 +94,18 @@ before-build = [ ...@@ -107,3 +94,18 @@ before-build = [
before-test = [ before-test = [
"pip install aidge_core aidge_backend_cpu aidge_onnx" "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