From e2b1cf393801cbd0138f4f704841e7f19c5053fb Mon Sep 17 00:00:00 2001 From: Tamas Kocsis Date: Thu, 29 Oct 2020 02:49:04 +0100 Subject: [PATCH] Revert "Travis CI: Run a current version of pytest (#2648)" This reverts commit 147dd4bc35e3ae44ecec79e49a8c5c563f698a3f. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 895b3e93..bdaafa22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ services: cache: pip before_install: - pip install --upgrade pip wheel - - pip install --upgrade codecov coveralls flake8 pytest pytest-cov selenium + - pip install --upgrade codecov coveralls flake8 mock pytest==4.6.3 pytest-cov selenium # - docker build -t zeronet . # - docker run -d -v $PWD:/root/data -p 15441:15441 -p 127.0.0.1:43110:43110 zeronet install: