Skip to content

Commit

Permalink
Attempt to fix path on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 17, 2022
1 parent e40c784 commit db13cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension_helpers/tests/test_setup_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def test_no_setup_py(tmpdir, use_extension_helpers):
test_pkg.join(package_name, 'setup_package.py').write(dedent(f"""\
from setuptools import Extension
def get_extensions():
return [Extension('{package_name}.simple', ['{simple_c}'])]
return [Extension('{package_name}.simple', [r'{simple_c}'])]
"""))

if use_extension_helpers is None:
Expand Down

0 comments on commit db13cf7

Please sign in to comment.