petals/requirements-dev.txt
justheuristic e2711a033b
Add automated tests (#23)
This PR will run basic tests automatically on each subsequent PR

- convert a small model on every PR
- run existing tests on every PR
- enforce black / isort
- require checks on merge
- make sure tests are not flappy

Co-authored-by: Alexander Borzunov <hxrussia@gmail.com>
Co-authored-by: Dmitry Baranchuk <dmitrybaranchuk@gmail.com>
2022-07-16 01:59:23 +03:00

6 lines
141 B
Plaintext

pytest==6.2.5 # see https://github.com/pytest-dev/pytest/issues/9621
pytest-forked
pytest-asyncio==0.16.0
black==22.3.0
isort==5.10.1
psutil