From f68069e99f21f79ceb47b979e6c7836cc9f55899 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 12 Oct 2021 11:36:42 -0400 Subject: [PATCH] Move configuration to tox.ini --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index ed6ebc2a..768a8321 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,6 +11,3 @@ per-file-ignores = [pydocstyle] ignore = D100,D101,D102,D105,D106,D107,D203,D213 - -[tool:pytest] -testpaths = tests/unit