We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e4490 commit 79f2b73Copy full SHA for 79f2b73
1 file changed
tox.ini
@@ -24,11 +24,13 @@ envlist =
24
usedevelop = true
25
deps =
26
docker
27
+ httpx
28
pytest-asyncio
29
pytest-cov
30
pytest-integration
31
pretend
-extras = async
32
+extras =
33
+ async
34
setenv =
35
PYTESTARGS = --cov=functions_framework --cov-branch --cov-report term-missing --cov-fail-under=100
36
windows-latest: PYTESTARGS =
@@ -42,8 +44,6 @@ deps =
42
44
isort
43
45
mypy
46
build
-extras =
- async
47
commands =
48
black --check src tests conftest.py --exclude tests/test_functions/background_load_error/main.py
49
isort -c src tests conftest.py
0 commit comments