Skip to content

Commit

Permalink
Allow 'long_description_content_type' warnings for new versions of pa…
Browse files Browse the repository at this point in the history
…ckaging. Fixes #1858.
  • Loading branch information
jaraco committed Oct 7, 2019
1 parent 7a909b2 commit 53d662a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/1858.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed failing integration test triggered by 'long_description_content_type' in packaging.
1 change: 1 addition & 0 deletions setuptools/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 53d662a

Please sign in to comment.