From 9c9f337c6b0101414bb486f090489edf689baea5 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sat, 11 May 2019 09:47:28 +0200 Subject: [PATCH] Remove pytest-sugar --- certbot-ci/setup.py | 1 - tox.ini | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/certbot-ci/setup.py b/certbot-ci/setup.py index 9bbd18022..88372bffc 100644 --- a/certbot-ci/setup.py +++ b/certbot-ci/setup.py @@ -11,7 +11,6 @@ install_requires = [ 'pyopenssl', 'pytest', 'pytest-cov', - 'pytest-sugar', 'pytest-xdist', 'pyyaml', 'requests', diff --git a/tox.ini b/tox.ini index 81dd4ddbf..7f2c18d38 100644 --- a/tox.ini +++ b/tox.ini @@ -262,7 +262,7 @@ commands = {[base]pip_install} . {[base]pip_install} certbot-ci pytest certbot-ci/certbot_integration_tests/certbot_tests \ - --acme-server={env:ACME_SERVER:pebble} -p no:sugar + --acme-server={env:ACME_SERVER:pebble} passenv = DOCKER_* setenv = {[testenv:py27-oldest]setenv} @@ -271,6 +271,6 @@ commands = {[base]pip_install} certbot-nginx {[base]pip_install} certbot-ci pytest certbot-ci/certbot_integration_tests/nginx_tests \ - --acme-server={env:ACME_SERVER:pebble} -p no:sugar + --acme-server={env:ACME_SERVER:pebble} passenv = DOCKER_* setenv = {[testenv:py27-oldest]setenv}