cpython/Lib/distutils/tests
Miss Islington (bot) 2f1d9bca14
bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305)
It is a decorator factory and should be always followed by "()".
(cherry picked from commit 9260e67398)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2021-09-13 04:34:58 -07:00
..
__init__.py
includetest.rst
Setup.sample
support.py
test_archive_util.py
test_bdist.py bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485) (GH-27540) 2021-08-02 11:54:52 +02:00
test_bdist_dumb.py
test_bdist_msi.py
test_bdist_rpm.py bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305) 2021-09-13 04:34:58 -07:00
test_build.py
test_build_clib.py bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) 2021-04-23 14:02:41 +02:00
test_build_ext.py bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) 2021-04-23 14:02:41 +02:00
test_build_py.py
test_build_scripts.py
test_check.py
test_clean.py
test_cmd.py
test_config.py
test_config_cmd.py bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) 2021-04-23 14:02:41 +02:00
test_core.py
test_cygwinccompiler.py
test_dep_util.py
test_dir_util.py
test_dist.py
test_extension.py
test_file_util.py
test_filelist.py
test_install.py bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) 2021-04-23 14:02:41 +02:00
test_install_data.py
test_install_headers.py
test_install_lib.py
test_install_scripts.py
test_log.py
test_msvc9compiler.py
test_msvccompiler.py
test_register.py
test_sdist.py
test_spawn.py
test_sysconfig.py
test_text_file.py
test_unixccompiler.py bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) 2021-04-23 14:02:41 +02:00
test_upload.py Fix import of HTTPError (GH-22304) (GH-26047) 2021-05-11 16:18:13 -07:00
test_util.py bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) 2021-04-23 14:02:41 +02:00
test_version.py
test_versionpredicate.py