github: remove test-requirements.txt

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-20 08:49:30 -08:00
parent e3d53d3d9a
commit db8e9f703d
4 changed files with 13 additions and 35 deletions

View File

@@ -192,7 +192,13 @@ pip install "path_to_this_repo[option,...]"
### Running tests
From the root directory, run:
Make sure you have all the dependencies installed:
```shell
pip install --editable ".[all]"
```
Then, from the root directory, run:
```shell
pytest --doctest-modules --ignore-glob="*to_be_updated*" --ignore-glob=*pipeline_source* src tests