Skip to content
Snippets Groups Projects
Commit a9ff69ea authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

feat : disabled test_export as it is executed during test and the export...

feat : disabled test_export as it is executed during test and the export cannot be built in cibuildwheel
parent 9f210d5f
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #50225 waiting for manual action
...@@ -8,18 +8,18 @@ install*/ ...@@ -8,18 +8,18 @@ install*/
# VSCode # VSCode
.vscode .vscode
# Python ## Python
# build/packaging artifacts
*.so *.so
__pycache__ __pycache__
*.pyc *.pyc
*.egg-info
dist*/ dist*/
*.egg-info
wheelhouse/* wheelhouse/*
_version.py _version.py
*xmlrunner-results.xml # test artifact
# python test artifact
aidge_core/dummy_export/* aidge_core/dummy_export/*
*xmlrunner-results.xml
# Mermaid # Mermaid
*.mmd *.mmd
......
...@@ -95,6 +95,7 @@ class test_export(unittest.TestCase): ...@@ -95,6 +95,7 @@ class test_export(unittest.TestCase):
[ [
"cmake", "cmake",
str(self.EXPORT_PATH.absolute()), str(self.EXPORT_PATH.absolute()),
"-DPYBIND=1",
f"-DCMAKE_INSTALL_PREFIX:PATH={install_path}", f"-DCMAKE_INSTALL_PREFIX:PATH={install_path}",
], ],
cwd=str(self.EXPORT_PATH / "build"), cwd=str(self.EXPORT_PATH / "build"),
......
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