After installing the package in the SDK repo (pip install -e .) and activating the virtual environment (pyenv activate planetSDK), I find that nox testing on docs_test and examples does not work on the v2 branch.
When running nox -s docs_test I get two issues:
1) pyenv cannot find pytest in the virtual environment. I checked .nox/docs_test/bin/pip/ and indeed pip did not install pytest in the virtual environment and I’m not sure why. I tried to fix this by doing ~/code/repos/planet-client-python/.nox/docs_test/bin/pip install pytest, but this does not instal pytest, and many other packages needed.

- Unrecognized args in
pytest:

I find that nox -s examples fails with a TyperError:

After installing the package in the SDK repo (
pip install -e .) and activating the virtual environment (pyenv activate planetSDK), I find thatnoxtesting ondocs_testandexamplesdoes not work on the v2 branch.When running
nox -s docs_testI get two issues:1)
pyenvcannot findpytestin the virtual environment. I checked.nox/docs_test/bin/pip/and indeedpipdid not installpytestin the virtual environment and I’m not sure why. I tried to fix this by doing~/code/repos/planet-client-python/.nox/docs_test/bin/pip install pytest, but this does not instalpytest, and many other packages needed.pytest:I find that

nox -s examplesfails with aTyperError: