pytest: Remove PyYAML dependency

This does not seem to be needed anymore.

Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
Till Maas 2022-02-15 19:50:12 +01:00
parent f2760ab059
commit d400cadfe4

View file

@ -8,4 +8,3 @@ mock ; python_version < "3.0"
# ansible and dependencies for all supported platforms
ansible ; python_version > "2.6"
idna<2.8 ; python_version < "2.7"
PyYAML<5.1 ; python_version < "2.7"