Files
anybadge/build-requirements.txt
Jon Grace-Cox 575833bf19 test: Ensure tests run against correct version
Update the `inv --test.local` command to ensure that tests are run against
the correct version of the package. The invoke command has been updated to:

- Ensure the `anybadge` command is not available on the system to start with

- Ensure `pip` is available

- Pip install the local project

- Run tests

- Pip uninstall `anybadge`

The net result is that invoke will be more robust in terms of making sure the
installed version is in sync when running CLI tests.
2025-01-11 14:56:19 -08:00

12 lines
97 B
Plaintext

beautifulsoup4
invoke
pygments
pytest
pytest-cov
requests
setuptools
sh
tox
types-requests
wheel