Skip to content

Commit

Permalink
[PY3] Set PYTHONHOME to python2 to fix PyDevParameterSet unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Oct 30, 2019
1 parent 4034c57 commit aff1edc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FWCore/PyDevParameterSet/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
<use name="FWCore/ParameterSet"/>
<use name="FWCore/PyDevParameterSet"/>
<use name="FWCore/Utilities"/>
<ifrelease name="_PY3_">
<flags SETENV="PYTHONHOME=$(PYTHON_BASE)"/>
</ifrelease>
</bin>

0 comments on commit aff1edc

Please sign in to comment.