diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-26 16:36:07 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-26 16:36:07 -0400 |
| commit | c11270aa6bffd8913c6e074f09b9d920c8f19002 (patch) | |
| tree | 5c97e2e05dcabb9b13e954528fa6783740f68fb6 /setuptools/tests/test_integration.py | |
| parent | 6a3674a18d22dbea4d6b513b8e8a7ac28ada5eba (diff) | |
| parent | 297f2adceda3af402fc08311e42505c8cdc9c54b (diff) | |
| download | python-setuptools-git-c11270aa6bffd8913c6e074f09b9d920c8f19002.tar.gz | |
Merge branch 'master' into fix/1700
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 |
