diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-27 19:16:36 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-27 19:16:36 -0400 |
commit | f430e585d84a5c63bb3b52e17af2f1b40fec8b71 (patch) | |
tree | c8fdd8dade22889a7784ca8a9be840239b042a81 | |
parent | 1410d87f8abb5bb28bf97f53219ee0db7b6340a3 (diff) | |
download | external_python_setuptools-f430e585d84a5c63bb3b52e17af2f1b40fec8b71.tar.gz external_python_setuptools-f430e585d84a5c63bb3b52e17af2f1b40fec8b71.tar.bz2 external_python_setuptools-f430e585d84a5c63bb3b52e17af2f1b40fec8b71.zip |
Remove apparently unrelated change to test
-rw-r--r-- | setuptools/tests/test_integration.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_integration.py b/setuptools/tests/test_integration.py index 1c0b2b18..1e132188 100644 --- a/setuptools/tests/test_integration.py +++ b/setuptools/tests/test_integration.py @@ -143,7 +143,6 @@ 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 |