Commit 53d662a9 authored by Jason R. Coombs's avatar Jason R. Coombs

Allow 'long_description_content_type' warnings for new versions of packaging. Fixes #1858.

parent 7a909b2a
Fixed failing integration test triggered by 'long_description_content_type' in packaging.
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment