summaryrefslogtreecommitdiff
path: root/tests/test_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_process.py')
-rw-r--r--tests/test_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py
index 5510efe5..af2d3e78 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -1411,7 +1411,7 @@ def possible_pth_dirs():
# If we're still looking, then try the Python library directory.
# https://github.com/nedbat/coveragepy/issues/339
- yield sysconfig.get_python_lib() # pragma: cant happen
+ yield sysconfig.get_path("purelib") # pragma: cant happen
def find_writable_pth_directory():