Log Message:
-----------
move timeout to testenv from addopts
the --timeout parameter relies on the pytest-timeout package which is
not part of (or required by) the docs env. Move it from the addopts
which is magically added to all pytest calls to the command line for
testenv which will apply to environments that do not override commands
Log Message:
-----------
no install for docs and no env in junit report
We can skip installing the package in the docs environment. We also do
not need to use the envname in the junit report since it is always the
`docs` environment.