We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e4199 commit 34950efCopy full SHA for 34950ef
pyproject.toml
@@ -86,7 +86,7 @@ skip = ["*-win32", "*-manylinux_i686", "*-musllinux*", "pp*"]
86
environment = { LCS_BUILD_DIR = "{project}/src/libCacheSim/build", MACOSX_DEPLOYMENT_TARGET = "14.0", CMAKE_ARGS = "-DENABLE_3L_CACHE=ON -DENABLE_GLCACHE=ON -DENABLE_LRB=ON" }
87
88
# Test that the wheel can be imported
89
-test-command = "python -c 'import libcachesim; print(\"Import successful\")'; python -m pytest tests/ -v -m 'not optional'; python -m pytest tests/ -v -m 'optional'"
+test-command = "python -c 'import libcachesim; print(\"Import successful\")'; cp -r {project}/tests .; python -m pytest tests/ -v -m 'not optional'; python -m pytest tests/ -v -m 'optional'"
90
91
[tool.cibuildwheel.linux]
92
before-all = "yum install -y yum-utils && yum-config-manager --set-enabled crb && yum install -y git && git submodule update --init --recursive && bash scripts/install_deps.sh"
0 commit comments