Skip to content

Commit

Permalink
fix dec
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Nov 4, 2024
1 parent f82e3ef commit 92b2f14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92b2f14

Please sign in to comment.