diff options
| author | Bernát Gábor <gaborjbernat@gmail.com> | 2022-12-05 20:37:15 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-05 20:37:15 -0800 |
| commit | c5013f356e07183b0c2b7abeffd23a05fd404314 (patch) | |
| tree | 45ece3cc183cc484fc74716ebf3a4d9fc67f8524 /tests/tox_env/python/test_python_api.py | |
| parent | 4c77457137993c43da7a74aab49943283183f3e1 (diff) | |
| download | tox-git-c5013f356e07183b0c2b7abeffd23a05fd404314.tar.gz | |
Better handling of build backend without editable support and add --exit-and-dump-after flag (#2597)
Resolves https://github.com/tox-dev/tox/issues/2567
Resolves https://github.com/tox-dev/tox/issues/2595
Diffstat (limited to 'tests/tox_env/python/test_python_api.py')
| -rw-r--r-- | tests/tox_env/python/test_python_api.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tox_env/python/test_python_api.py b/tests/tox_env/python/test_python_api.py index c2ae4a8f..aa4c1470 100644 --- a/tests/tox_env/python/test_python_api.py +++ b/tests/tox_env/python/test_python_api.py @@ -77,7 +77,6 @@ def test_diff_msg_no_diff() -> None: [ ("magic", ["pypy"]), ("magic", ["py39"]), - (".pkg", ["py"]), ], ids=lambda a: "|".join(a) if isinstance(a, list) else str(a), ) @@ -90,7 +89,6 @@ def test_base_python_env_no_conflict(env: str, base_python: list[str], ignore_co @pytest.mark.parametrize( ("env", "base_python", "conflict"), [ - ("py", ["pypy"], ["pypy"]), ("cpython", ["pypy"], ["pypy"]), ("pypy", ["cpython"], ["cpython"]), ("pypy2", ["pypy3"], ["pypy3"]), |
