diff options
author | isidentical <batuhanosmantaskaya@gmail.com> | 2019-10-04 19:18:54 +0300 |
---|---|---|
committer | Batuhan Taskaya <batuhanosmantaskaya@gmail.com> | 2019-10-13 11:44:42 +0300 |
commit | 1410d87f8abb5bb28bf97f53219ee0db7b6340a3 (patch) | |
tree | 407079bd4e5548b816aa2650ef63ced004381fba /setuptools/tests/test_integration.py | |
parent | cb64d3a84fab15aacbdf31a0a5632690ca9f49b2 (diff) | |
download | external_python_setuptools-1410d87f8abb5bb28bf97f53219ee0db7b6340a3.tar.gz external_python_setuptools-1410d87f8abb5bb28bf97f53219ee0db7b6340a3.tar.bz2 external_python_setuptools-1410d87f8abb5bb28bf97f53219ee0db7b6340a3.zip |
Upgrade setuptools.depends to importlib from depracated imp
Diffstat (limited to 'setuptools/tests/test_integration.py')
-rw-r--r-- | setuptools/tests/test_integration.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/tests/test_integration.py b/setuptools/tests/test_integration.py index 1e132188..1c0b2b18 100644 --- a/setuptools/tests/test_integration.py +++ b/setuptools/tests/test_integration.py @@ -143,6 +143,7 @@ def test_build_deps_on_distutils(request, tmpdir_factory, build_dep): 'tests_require', 'python_requires', 'install_requires', + 'long_description_content_type', ] assert not match or match.group(1).strip('"\'') in allowed_unknowns |