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)
commit54726f9c46a2b6cc5a5a677408d571f76af95928
tree314f3e023d22c0bacaeec0608d91e31ea39fb25b
parenta755f05d7b08b33aebeaef8db761ab8afc8f2afb
Ignore warnings building PyYAML wheels on 3.10.0b4

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.
tox.ini