From 13316bf6c12e69b9d65d569b657359c0e19b81d1 Mon Sep 17 00:00:00 2001 From: "Elias M. Mariani" Date: Thu, 13 Sep 2018 20:04:31 +0000 Subject: [PATCH] Remove --strict-data-files on pytest by default --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5fc0236066b93..b4f30d49557f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,6 @@ markers = network: mark a test as network high_memory: mark a test as a high-memory only doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL -addopts = --strict-data-files [coverage:run]