From 2db87fb12f9a9a023e0585accf98563c145db5d2 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Wed, 15 Jun 2022 13:42:01 -0700 Subject: [PATCH] Update setup.cfg --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8711e67..dabbcc0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,9 +49,6 @@ norecursedirs = ".tox" "build" "docs[\/]_build" "docs[\/]generated" "*.egg-info" doctest_plus = enabled doctest_optionflags = NORMALIZE_WHITESPACE FLOAT_CMP ELLIPSIS addopts = --doctest-rst --doctest-ignore-import-errors -p no:unraisableexception -p no:threadexception -markers = - remote_data: marks this test function as needing remote data. -remote_data_strict = True filterwarnings = error # Do not fail on pytest config issues (i.e. missing plugins) but do show them