Skip to content

Commit

Permalink
Merge pull request #97 from lsst/tickets/DM-32648
Browse files Browse the repository at this point in the history
DM-32648: Change pytest-xdist term to 'controller'.
  • Loading branch information
ktlim committed Nov 30, 2021
2 parents 364cdc5 + ebcb53b commit 6493666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/sconsUtils/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,10 @@ def runPythonTests(self, pyList):
if njobs > 1:
# We unambiguously specify the Python interpreter to be used to
# execute tests. This ensures that all pytest-xdist worker
# processes refer to the same Python as the xdist master, and
# processes refer to the same Python as the xdist controller, and
# hence avoids pollution of ``sys.path`` that can happen when we
# call the same interpreter by different paths (for example, if
# the master process calls ``miniconda/bin/python``, and the
# the controller process calls ``miniconda/bin/python``, and the
# workers call ``current/bin/python``, the workers will end up
# with site-packages directories corresponding to both locations
# on ``sys.path``, even if the one is a symlink to the other).
Expand Down

0 comments on commit 6493666

Please sign in to comment.