21494: Clean test_doc
authorBrett Smith <brett.smith@curii.com>
Fri, 23 Feb 2024 16:54:34 +0000 (11:54 -0500)
committerBrett Smith <brett.smith@curii.com>
Fri, 23 Feb 2024 17:02:20 +0000 (12:02 -0500)
commita1d52c20e1f911df998543ad642d5d27d5cd0f62
tree4cb447a74405ff9db5d1f7f76be5045ebd06799e
parent8ca57d340d0322282d95545983397952112abce3
21494: Clean test_doc

* Use local variables and `env -C` to preserve global state, instead of
  a subshell.
* Remove outdated python-epydoc comment.
* Remove PYTHONPATH setting. It's unnecessary now that we run inside a
  virtualenv with PySDK installed.

Refs #21494.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
build/run-tests.sh