Drop docker-compose from requirements.txt, it's not used. This was the only thing preventing us from using pyyaml 6.0.1 which fixes issues we were seeing with tests not running (https://github.com/yaml/pyyaml/pull/702)

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
pull/5343/head
Adam Warner 10 months ago
parent 30661fedcb
commit 7e240251d5
No known key found for this signature in database

@ -1,4 +1,4 @@
docker-compose == 1.29.2
pyyaml == 6.0.1
pytest == 7.4.0
pytest-xdist == 3.3.1
pytest-testinfra == 8.1.0

Loading…
Cancel
Save