From c0b86d66141cdf4ae6c4812e5207376e6107fead Mon Sep 17 00:00:00 2001 From: Wan Liuyang Date: Tue, 6 Mar 2018 21:32:08 +0800 Subject: [PATCH] Make tox.ini in sync with requirements.txt --- tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 18537c5a7..040c8a41c 100644 --- a/tox.ini +++ b/tox.ini @@ -3,9 +3,5 @@ skipsdist = true envlist = py36 [testenv] -deps = - binaryornot - flake8==3.5.0 - pytest-cookies - sh +deps = -rrequirements.txt commands = pytest {posargs:./tests}