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>
This commit is contained in:
Adam Warner 2023-07-18 08:04:33 +01:00
parent ab2aea7bbf
commit e42c692ec7
No known key found for this signature in database

View file

@ -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