Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
Serves me right for editing code in the github editor!!
  • Loading branch information
joerick authored Feb 28, 2020
1 parent 8d8b91a commit 958fa1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cibuildwheel/macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ def build(project_dir, output_dir, test_command, test_requires, test_extras, bef

# Fix issue with site.py setting the wrong `sys.prefix`, `sys.exec_prefix`,
# `sys.path`, ... for PyPy: https://foss.heptapod.net/pypy/pypy/issues/3175
# Also fix an issue with the shebang of installed scripts inside the
# Also fix an issue with the shebang of installed scripts inside the
# testing virtualenv- see https://github.com/theacodes/nox/issues/44 and
# https://github.com/pypa/virtualenv/issues/620
# https://github.com/pypa/virtualenv/issues/620
# Also see https://github.com/python/cpython/pull/9516
env.pop('__PYVENV_LAUNCHER__', None)
env = environment.as_dictionary(prev_environment=env)
Expand Down

0 comments on commit 958fa1b

Please sign in to comment.