From b91d2452b2c9e763717cae291af99ba794b91856 Mon Sep 17 00:00:00 2001 From: "Elias M. Mariani" Date: Thu, 13 Sep 2018 20:05:33 +0000 Subject: [PATCH] Remove --strict-data-files on pytest by default --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9ec967c25e225..6d9657737a8bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,5 +32,4 @@ markers = slow: mark a test as slow network: mark a test as network high_memory: mark a test as a high-memory only -addopts = --strict-data-files -doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL \ No newline at end of file +doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL