From 676ec9b0ea28e9b923109452e734091c94099b56 Mon Sep 17 00:00:00 2001 From: Ruslan Mullakhmetov Date: Mon, 26 Oct 2020 14:42:37 +0100 Subject: [PATCH] =?UTF-8?q?tests:=20updated=20github=20worklow=20for=20tes?= =?UTF-8?q?ts=20to=20use=20requirements.txt=20and=20d=E2=80=A6=20(#1364)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests: updated github worklow for tests to use requirements.txt and dev-requirements.txt * build: updated dev-requirements.txt Co-authored-by: Ruslan Mullakhmetov --- .github/workflows/workflow.yml | 2 +- dev-requirements.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f86e716..c5a6da8 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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 diff --git a/dev-requirements.txt b/dev-requirements.txt index d33f677..066b3d3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,6 @@ +codecov mock psutil pytest -sentry_sdk +pytest-cov +sentry-sdk