diff options
| author | Bernát Gábor <bgabor8@bloomberg.net> | 2020-03-13 16:27:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-13 16:27:05 +0000 |
| commit | 3816e7c7881bdc9ca99e18fe69810c856c9a9d2d (patch) | |
| tree | f23362cf0188a57fa271a9e8db583962c07fffbf /tests/unit | |
| parent | 06f8cd124d2b3680283f66f942a7d008fedfe599 (diff) | |
| download | virtualenv-3816e7c7881bdc9ca99e18fe69810c856c9a9d2d.tar.gz | |
macOS Python 3 Framework support (#1711)
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Diffstat (limited to 'tests/unit')
| -rw-r--r-- | tests/unit/create/test_creator.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/unit/create/test_creator.py b/tests/unit/create/test_creator.py index 70e0e6a..e2d2f1b 100644 --- a/tests/unit/create/test_creator.py +++ b/tests/unit/create/test_creator.py @@ -296,7 +296,7 @@ def cross_python(is_inside_ci, session_app_data): @pytest.mark.slow -def test_cross_major(cross_python, coverage_env, tmp_path, current_fastest, session_app_data): +def test_cross_major(cross_python, coverage_env, tmp_path, session_app_data, current_fastest): cmd = [ "-v", "-v", @@ -307,8 +307,6 @@ def test_cross_major(cross_python, coverage_env, tmp_path, current_fastest, sess "--no-wheel", "--activators", "", - "--creator", - current_fastest, ] result = cli_run(cmd) pip_scripts = {i.name.replace(".exe", "") for i in result.creator.script_dir.iterdir() if i.name.startswith("pip")} |
