From 75367adda7dd3682abebed862f0fb058d5c2439f Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 6 Jul 2018 10:12:44 -0400 Subject: [PATCH] Avoid duplication of some deps --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 827119b4f..22964b2a1 100644 --- a/tox.ini +++ b/tox.ini @@ -61,9 +61,8 @@ commands = setenv = PYTHONWARNINGS=default::DeprecationWarning deps = - # Duplicated from [testenv] - certifi - python-subunit + # Take the base deps as well! + {[testenv]deps} git+https://github.com/twisted/twisted git+https://github.com/warner/foolscap commands =