From e12d2537935f93bed6f28f5a5d220daf052088c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 6 Jan 2020 16:33:55 +0100 Subject: [PATCH] removed nose2 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fcd1a24..0401c82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,6 @@ gitpython = "^3.0.5" [tool.poetry.dev-dependencies] mypy = "^0.750" flake8 = "^3.7.9" -nose2 = "^0.9.1" pytest = "^5.3.2" [build-system]