From 301755aa55e468fb4e933b67941513b8ca770676 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Sat, 14 Mar 2020 19:40:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Remove=20dependency=20on=20pytes?= =?UTF-8?q?t-sugar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pytest-sugar does not work with current pytest, as per Teemu/pytest-sugar#187. It's not vital to our test process, so we will do without. Closes #897. --- src/setup.py | 1 - tox.ini | 1 - 2 files changed, 2 deletions(-) diff --git a/src/setup.py b/src/setup.py index c00e7003fe..1b76a720e8 100644 --- a/src/setup.py +++ b/src/setup.py @@ -139,7 +139,6 @@ def run(self): "pytest-django", "pytest-mock", "pytest-rerunfailures", - "pytest-sugar", "pytest-tldr", "responses", "semantic-version==2.6.0", # https://github.com/bitprophet/releases/issues/84 diff --git a/tox.ini b/tox.ini index 3c66b56fbf..86e8d60cb3 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,6 @@ deps = tests: pytest-django tests: pytest-mock tests: pytest-rerunfailures - tests: pytest-sugar tests: pytest-xdist tests: urllib3 release: twine