From b86faa6a14d3c0da13e763ac38f8a6abcdd58d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Wed, 26 Oct 2022 14:34:23 +0200 Subject: [PATCH] remove pytest sugar, its broken on circleci --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd04619..867ef43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,6 @@ black = "^22.8.0" isort = "^5.7.0" pytest = "^7.1.3" pytest-ordering = "^0.6" -pytest-sugar = "^0.9.5" pytest-cov = "^3.0.0" devtools = "^0.8.0" pylint = "^2.14.4"