diff options
Diffstat (limited to 'Lib/packaging/tests/test_config.py')
-rw-r--r-- | Lib/packaging/tests/test_config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/packaging/tests/test_config.py b/Lib/packaging/tests/test_config.py index e6e5586..ac4f403 100644 --- a/Lib/packaging/tests/test_config.py +++ b/Lib/packaging/tests/test_config.py @@ -11,6 +11,7 @@ from packaging.compiler import new_compiler, _COMPILERS from packaging.command.sdist import sdist from packaging.tests import unittest, support +from packaging.tests.support import requires_zlib SETUP_CFG = """ @@ -343,6 +344,7 @@ class ConfigTestCase(support.TempdirManager, cmd.get_file_list() self.assertRaises(PackagingFileError, cmd.make_distribution) + @requires_zlib def test_metadata_requires_description_files(self): # Create the following file structure: # README |