tests: updated github worklow for tests to use requirements.txt and d… (#1364)

* tests: updated github worklow for tests to use requirements.txt and dev-requirements.txt

* build: updated dev-requirements.txt

Co-authored-by: Ruslan Mullakhmetov <ruslan@twentythree.net>
main
Ruslan Mullakhmetov 4 years ago committed by GitHub
parent ed264f08bb
commit 676ec9b0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install redis==${{ matrix.redis-py-version }}
pip install pytest pytest-cov sentry-sdk codecov mock psutil
pip install -r requirements.txt -r dev-requirements.txt
pip install -e .
- name: Test with pytest

@ -1,4 +1,6 @@
codecov
mock
psutil
pytest
sentry_sdk
pytest-cov
sentry-sdk

Loading…
Cancel
Save