Ignore warnings building PyYAML wheels on 3.10.0b4
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 20 Jul 2021 15:09:29 +0000 (15:09 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 26 Jul 2021 18:18:40 +0000 (18:18 +0000)
Recent versions of pip and wheel are raising DeprecationWarning when
trying to build wheels of PyYAML due to deprecated license_file
metadata, solved once https://github.com/yaml/pyyaml/pull/536 lands
and is included in a new release.

Recent Cython is raising a FutureWarning when trying to build wheels
of PyYAML due to a missing language_version option, solved once
https://github.com/yaml/pyyaml/pull/539 lands and is included in a
new release.


No differences found