mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
common/build-style/python3-pep517: use absolute path for check temp dir
some tests change cwd which causes relative tmpdir to point to a non-existent location
This commit is contained in:
parent
5035a93241
commit
c7206b4bdc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ do_check() {
|
|||
make_install_target="dist/${wheelbase//-/_}-${version}-*-*-*.whl"
|
||||
fi
|
||||
|
||||
local testdir="tmp/$(date +%s)"
|
||||
local testdir="${wrksrc}/tmp/$(date +%s)"
|
||||
python3 -m installer --destdir "${testdir}" \
|
||||
${make_install_args} ${make_install_target}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue