Closed
Description
Some of the jobs manually install test dependencies rather than using the requirement file (while other ones install using the file). This introduces the potential of missing out newly added dependencies, etc.
Is this intentional? If not, I'll go ahead and open a PR that uses the requirements file instead.