From 29f139be21027ec33f311ef1de2dac6b5c7a4ca4 Mon Sep 17 00:00:00 2001 From: Eleanor Smith Date: Fri, 23 Oct 2020 11:44:08 +0100 Subject: [PATCH] fix setup.cfg pytest command --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8e41e5d..adbfa26 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,10 +34,10 @@ ignore = F821 [aliases] -test = pytest tests/ +test = pytest [tool:pytest] -addopts = --verbose +addopts = --verbose tests/ filterwarnings = ignore::UserWarning markers =