Skip to content

Commit 0699eca

Browse files
Re-enable Azure Functions tests (#1763)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent b6671f6 commit 0699eca

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ envlist =
145145
python-external_urllib3-{py312,py313,py314,py314t,pypy311}-urllib30126,
146146
python-framework_aiohttp-{py39,py310,py311,py312,py313,py314,py314t,pypy311}-aiohttp03,
147147
python-framework_ariadne-{py39,py310,py311,py312,py313,py314,py314t}-ariadnelatest,
148-
; python-framework_azurefunctions-{py39,py310,py311,py312},
148+
python-framework_azurefunctions-{py39,py310,py311,py312},
149149
python-framework_bottle-{py39,py310,py311,py312,py313,py314,py314t,pypy311}-bottle0012,
150150
python-framework_cherrypy-{py39,py310,py311,py312,py313,py314,py314t,pypy311}-CherryPylatest,
151151
python-framework_django-{py39,py310,py311,py312,py313,py314,py314t}-Djangolatest,
@@ -348,8 +348,8 @@ deps =
348348
framework_aiohttp-aiohttp03: aiohttp<4
349349
framework_aiohttp-aiohttp030900rc0: aiohttp==3.9.0rc0
350350
framework_ariadne-ariadnelatest: ariadne
351-
; framework_azurefunctions: azure-functions
352-
; framework_azurefunctions: requests
351+
framework_azurefunctions: azure-functions
352+
framework_azurefunctions: requests
353353
framework_bottle-bottle0012: bottle<0.13.0
354354
framework_bottle: jinja2<3.1
355355
framework_bottle: markupsafe<2.1
@@ -517,7 +517,7 @@ commands =
517517
framework_grpc: --grpc_python_out={toxinidir}/tests/framework_grpc/sample_application \
518518
framework_grpc: /{toxinidir}/tests/framework_grpc/sample_application/sample_application.proto
519519

520-
; framework_azurefunctions: {toxinidir}/.github/scripts/install_azure_functions_worker.sh
520+
framework_azurefunctions: {toxinidir}/.github/scripts/install_azure_functions_worker.sh
521521

522522
coverage run -m pytest -v []
523523

@@ -587,7 +587,7 @@ changedir =
587587
external_urllib3: tests/external_urllib3
588588
framework_aiohttp: tests/framework_aiohttp
589589
framework_ariadne: tests/framework_ariadne
590-
; framework_azurefunctions: tests/framework_azurefunctions
590+
framework_azurefunctions: tests/framework_azurefunctions
591591
framework_bottle: tests/framework_bottle
592592
framework_cherrypy: tests/framework_cherrypy
593593
framework_django: tests/framework_django

0 commit comments

Comments
 (0)