summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-03-13 16:27:05 +0000
committerGitHub <noreply@github.com>2020-03-13 16:27:05 +0000
commit3816e7c7881bdc9ca99e18fe69810c856c9a9d2d (patch)
treef23362cf0188a57fa271a9e8db583962c07fffbf /tests/unit
parent06f8cd124d2b3680283f66f942a7d008fedfe599 (diff)
downloadvirtualenv-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.py4
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")}