File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 8181 - name : Build Wheel
8282 run : cibuildwheel --output-dir dist
8383 env :
84+ PIP_USE_DEPRECATED : out-of-tree-build
8485 CIBW_BUILD : ${{ matrix.python }}*64
8586 CIBW_TEST_EXTRAS : dev
8687 CIBW_TEST_COMMAND : pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
Original file line number Diff line number Diff line change @@ -64,12 +64,3 @@ addopts =
6464[coverage:run]
6565# This is covered in the versiongit test suite so exclude it here
6666omit = */_version_git.py
67-
68- # cibuildwheel 2.3.0 upgraded to pip v21.3, which no longer completely copies the
69- # source directory before building, so the symlink'd "iocStatsDb" folder isn't included
70- # in built wheels. This is a temporary fix for that, until pip drops support for this option.
71- # The long term fix is to revamp how we include the iocStatsDb folder.
72- # https://github.com/pypa/cibuildwheel/issues/962
73- # https://github.com/pypa/pip/issues/7555
74- [tool.cibuildwheel.environment]
75- PIP_USE_DEPRECATED = " out-of-tree-build"
You can’t perform that action at this time.
0 commit comments