From 17bb779e89fd3a8b99ca2cbbaf220c2f4f9d2289 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 27 Apr 2020 00:26:42 +0200 Subject: [PATCH] run pytest with --pyargs slycot by default --- setup.cfg.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg.in b/setup.cfg.in index 9067d0c0..6473f3df 100644 --- a/setup.cfg.in +++ b/setup.cfg.in @@ -4,3 +4,7 @@ name = slycot version = @version@ gitrevision = @gitrevision@ release = @release@ + +[tool:pytest] +# run the tests with compiled and installed package +addopts = --pyargs slycot