From 0b9cafc57eb1bc7e7dd88289fb58cb2f79d197a8 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 30 Jun 2019 10:38:50 -0400 Subject: [PATCH] Test requires are no longer relevant --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0785d0f..439cf9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,9 +12,3 @@ requires = [ ] description-file = "README.md" requires-python = ">=3.4" - -[tool.flit.metadata.requires-extra] -test = [ - "coverage", - "flake8", -]