Closed ToddG closed 3 years ago
What version of tox are you using? I think I had this issue in a prior version and fixed by updating, and using the allowlist_externals
setting in tox.ini.
$ tox --version
3.13.2 imported from /usr/lib/python3/dist-packages/tox/__init__.py
This is what I get
❯ tox --version
3.20.0 imported from /Users/jonhagg/.pyenv/versions/3.8.3/lib/python3.8/site-packages/tox/__init__.py
Ok, I'll try upgrading (using pyenv, and then setting the allowlist_externals in the tox.ini.) Thx!
FYI pyenv is probably optional, but doesn't hurt to have around
REPRO
(UBUNTU ONLY):
Clone all repos
git clone git@github.com:Breakthrough-Energy/CENACS.git git clone git@github.com:Breakthrough-Energy/docs.git git clone git@github.com:Breakthrough-Energy/FullStackInterview.git git clone git@github.com:Breakthrough-Energy/PostREISE.git git clone git@github.com:Breakthrough-Energy/PowerSimData.git git clone git@github.com:Breakthrough-Energy/PreREISE.git git clone git@github.com:Breakthrough-Energy/REISE.jl.git git clone git@github.com:Breakthrough-Energy/RenewableEnergyProject.git git clone git@github.com:Breakthrough-Energy/WesternInterconnectNetwork.git
Install deps
sudo apt-get install libpq-dev python3-dev
Build docs (manually)
cd docs tox -p auto -o | tee build.out
ERROR:
LOG
build.out excerpt: