From bae6de5d26646872fedbd00d37a849bba1837a3b Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sat, 16 Nov 2019 07:37:01 -0800 Subject: [PATCH] Remove pytest-emoji from dev dependencies --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b9db0c6..43d17fb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,6 @@ livereload = "^2.6" mock = "^3.0" pytest = "^5.2" pytest-cov = "^2.8" -pytest-emoji = "^0.2.0" pytest-pythonpath = "^0.7.3" pytest-sugar = "^0.9.2" tox = "^3.13"