From 462e72b0b6276437d5e2cb68c348658ed6b6159b Mon Sep 17 00:00:00 2001 From: Florent Jaillet <florent.jaillet@lis-lab.fr> Date: Mon, 16 Apr 2018 14:12:38 +0200 Subject: [PATCH] Using old syntax for pytest configuration for backward compatibility in CI --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index acc5ee1..d694e8c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ cover-erase = 1 cover-html = 1 cover-html-dir = ../build/htmlcov -[tool:pytest] +[pytest] # Specifies a minimal pytest version required for running tests. minversion = 2.6 # Specifies the options -- GitLab