From d3d83571cebd394f6daceaab938bda0c42e01f27 Mon Sep 17 00:00:00 2001 From: mmoussallam Date: Fri, 26 Jun 2020 17:16:09 +0200 Subject: [PATCH] downgrading pytest-forked version --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cd5ff97..30c5cfd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: - restore_cache: key: models-{{ checksum "spleeter/model/__init__.py" }} - run: apt-get update && apt-get install -y ffmpeg - - run: pip install -r requirements.txt && pip install pytest pytest-xdist musdb museval + - run: pip install -r requirements.txt && pip install pytest==5.4.3 pytest-xdist==1.32.0 pytest-forked==1.1.3 musdb museval - run: make test - save_cache: key: models-{{ checksum "spleeter/model/__init__.py" }} @@ -30,7 +30,7 @@ jobs: - restore_cache: key: models-{{ checksum "spleeter/model/__init__.py" }} - run: apt-get update && apt-get install -y ffmpeg - - run: pip install -r requirements.txt && pip install pytest pytest-xdist musdb museval + - run: pip install -r requirements.txt && pip install pytest==5.4.3 pytest-xdist==1.32.0 pytest-forked==1.1.3 musdb museval - run: make test - save_cache: key: models-{{ checksum "spleeter/model/__init__.py" }}