From 5191d291da01be2e75ed4a1b2a1444f8afe04102 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Thu, 21 Nov 2019 13:36:33 +0100 Subject: [PATCH] Migrate tox.ini to extras = xxx instead of deps = .[testing] --- tox.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index c01f513..7e3f601 100644 --- a/tox.ini +++ b/tox.ini @@ -2,9 +2,10 @@ envlist=flake8,mypy,py3 [testenv] +extras = + testing deps = swh.core[http] >= 0.0.61 - .[testing] pytest-cov dev: ipdb commands = @@ -20,9 +21,9 @@ commands = {envpython} -m flake8 [testenv:mypy] -skip_install = true +extras = + testing deps = - .[testing] mypy commands = mypy swh