aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun_meson_command_tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/run_meson_command_tests.py b/run_meson_command_tests.py
index 03083f0..6d8aae1 100755
--- a/run_meson_command_tests.py
+++ b/run_meson_command_tests.py
@@ -31,8 +31,6 @@ if hasattr(sysconfig, 'get_default_scheme'):
scheme = sysconfig.get_default_scheme()
else:
scheme = sysconfig._get_default_scheme()
-if scheme == 'posix_local':
- scheme = 'posix_prefix'
def get_pypath():
pypath = sysconfig.get_path('purelib', scheme=scheme, vars={'base': ''})