This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch jbilleter/test in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 759b32137f5d1174ef3cee433bb204e789631efb Author: Jürg Billeter <[email protected]> AuthorDate: Fri Oct 17 13:49:20 2025 +0200 WIP --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a5a0fec..0c095ba 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ commands = bst --version pwd ls -l ./tests/bzr_wrapper - ./tests/bzr_wrapper {envdir}/bin + {toxinidir}/tests/bzr_wrapper {envdir}/bin pytest --basetemp {envtmpdir} {posargs} deps = -rrequirements/test-requirements.txt @@ -69,7 +69,7 @@ allowlist_externals = mv mkdir pwd - ./tests/bzr_wrapper + {toxinidir}/tests/bzr_wrapper # # Code formatters
