Skip to content

Commit

Permalink
Add some hints for future devs
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Sep 13, 2023
1 parent a96e7ec commit e368e5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colcon_core/task/python/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ async def build(self, *, additional_hooks=None): # noqa: D102
env['PYTHONPATH'] = str(prefix_override) + os.pathsep + \
python_lib + os.pathsep + env.get('PYTHONPATH', '')
# coverage capture interferes with sitecustomize
# See also: https://docs.python.org/3/library/site.html#module-site
# See also: colcon/colcon-core#579
env.pop('COV_CORE_SOURCE', None)

# determine if setuptools specific commands are available
Expand Down

0 comments on commit e368e5e

Please sign in to comment.