Skip to content

Commit 8e7334b

Browse files
authored
Fix docker proto tests (#3611)
* Fix docker proto tests * Remove changelog
1 parent da48e0b commit 8e7334b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ deps =
271271
pytest==7.1.3
272272
# Pinning PyYAML for issue: https://github.com/yaml/pyyaml/issues/724
273273
PyYAML==5.3.1
274+
# Pinning docker for issue: https://github.com/docker/compose/issues/11309
275+
docker<7
274276
docker-compose==1.29.2
275277
requests==2.28.2
276278

0 commit comments

Comments
 (0)