As discussed in #974, there are subtle differences in dependency installation between the 'Doctest' portion of our unittest and the RTD build.
RTD sets up dependencies through
python -m pip install --upgrade --upgrade-strategy only-if-needed --no-cache-dir .[docs]
'Doctest' in our unittest sets up dependencies through
which occasionally introduces stale dependencies
As discussed in #974, there are subtle differences in dependency installation between the 'Doctest' portion of our unittest and the RTD build.
RTD sets up dependencies through
'Doctest' in our unittest sets up dependencies through
which occasionally introduces stale dependencies