Skip to content

Commit 79f2b73

Browse files
committed
Update test deps.
1 parent 15e4490 commit 79f2b73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ envlist =
2424
usedevelop = true
2525
deps =
2626
docker
27+
httpx
2728
pytest-asyncio
2829
pytest-cov
2930
pytest-integration
3031
pretend
31-
extras = async
32+
extras =
33+
async
3234
setenv =
3335
PYTESTARGS = --cov=functions_framework --cov-branch --cov-report term-missing --cov-fail-under=100
3436
windows-latest: PYTESTARGS =
@@ -42,8 +44,6 @@ deps =
4244
isort
4345
mypy
4446
build
45-
extras =
46-
async
4747
commands =
4848
black --check src tests conftest.py --exclude tests/test_functions/background_load_error/main.py
4949
isort -c src tests conftest.py

0 commit comments

Comments
 (0)