8000 chore: fix failing unit tests (#244) · jrmfg/functions-framework-python@c8d0e4a · GitHub
[go: up one dir, main page]

Skip to content

Commit c8d0e4a

Browse files
author
Kenneth Rosario
authored
chore: fix failing unit tests (GoogleCloudPlatform#244)
1 parent 586cc4e commit c8d0e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist = py{35,36,37,38,39,310}-{ubuntu-latest,macos-latest,windows-latest},lin
44
[testenv]
55
usedevelop = true
66
deps =
7-
docker<5 # https://github.com/docker/docker-py/issues/2807
7+
docker
88
pytest-cov
99
pytest-integration
1010
pretend

0 commit comments

Comments
 (0)
0