diff options
Diffstat (limited to 'conftest.py')
-rw-r--r-- | conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conftest.py b/conftest.py index feac1b60..018e1075 100644 --- a/conftest.py +++ b/conftest.py @@ -154,5 +154,5 @@ def suppress_path_mangle(monkeysession): from distutils import ccompiler monkeysession.setattr( - ccompiler.CCompiler, '_mangle_base', staticmethod(lambda x: x) + ccompiler.CCompiler, '_make_relative', staticmethod(lambda x: x) ) |