From 92b2f142db76bb860b0f80b1187eb77e6ca19aaa Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Mon, 4 Nov 2024 14:50:50 +0100 Subject: [PATCH] fix dec --- tests/test_modules.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_modules.py b/tests/test_modules.py index 6f0b3a8b..1a111fbc 100644 --- a/tests/test_modules.py +++ b/tests/test_modules.py @@ -64,7 +64,9 @@ def test_module_1(): assert m.module is logging -@pytest.mark.parametrize('modname', ['statistics', 'decimal', 'netrc']) +# decimal used to be in there, but pytest + coverage seem to inject decimal +# in sys.modules +@pytest.mark.parametrize('modname', ['statistics', 'netrc']) def test_filename_noload_1(modname): # PRE_TEST