While preparing #379, I hit a few errors where I didn't have the requisite packages for the test suite installed. This PR will document these requirements in requirements-dev.txt, and mention this in the TESTING.md documentation. It then adjusts the GitHub Actions workflow to use this file rather than re-listing the requirements manually in the workflow definition.
While preparing #379, I hit a few errors where I didn't have the requisite packages for the test suite installed. This PR will document these requirements in
requirements-dev.txt
, and mention this in theTESTING.md
documentation. It then adjusts the GitHub Actions workflow to use this file rather than re-listing the requirements manually in the workflow definition.