summaryrefslogtreecommitdiff
path: root/tests/tox_env/python/test_python_api.py
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-12-04 20:03:17 -0800
committerGitHub <noreply@github.com>2022-12-04 20:03:17 -0800
commit20ab8a00d19a4bae2d05112e3306880119f78477 (patch)
tree6a19dde3f6b1417ece18b0773c5c5f49070c7706 /tests/tox_env/python/test_python_api.py
parent279b2472abc473c1412f96a2694231a707f1326b (diff)
downloadtox-git-20ab8a00d19a4bae2d05112e3306880119f78477.tar.gz
Fallback to editable-legacy if the build backend does not have build_editable (#2590)
Resolves https://github.com/tox-dev/tox/issues/2567
Diffstat (limited to 'tests/tox_env/python/test_python_api.py')
-rw-r--r--tests/tox_env/python/test_python_api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tox_env/python/test_python_api.py b/tests/tox_env/python/test_python_api.py
index ebdf044d..c2ae4a8f 100644
--- a/tests/tox_env/python/test_python_api.py
+++ b/tests/tox_env/python/test_python_api.py
@@ -52,6 +52,7 @@ def test_build_wheel_in_non_base_pkg_env(
result.assert_success()
calls = [(i[0][0].conf.name, i[0][3].run_id) for i in execute_calls.call_args_list]
assert calls == [
+ (f".pkg-{impl}{prev_ver}", "_optional_hooks"),
(f".pkg-{impl}{prev_ver}", "get_requires_for_build_wheel"),
(f".pkg-{impl}{prev_ver}", "build_wheel"),
(f"py{prev_ver}", "install_package"),