mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-25 07:33:43 +00:00
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:
parent
ab2aea7bbf
commit
e42c692ec7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue