Skip to content

Commit f891e1a

Browse files
add testpath
1 parent 72c6ed7 commit f891e1a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ setenv =
152152
# TESTPATH definitions for test suites not managed by toxgen
153153
common: TESTPATH=tests
154154
gevent: TESTPATH=tests
155+
integration_deactivation: TESTPATH=tests/test_ai_integration_deactivation.py
155156
asgi: TESTPATH=tests/integrations/asgi
156157
aws_lambda: TESTPATH=tests/integrations/aws_lambda
157158
cloud_resource_context: TESTPATH=tests/integrations/cloud_resource_context

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ envlist =
2424
{py3.6,py3.8,py3.10,py3.11,py3.12}-gevent
2525

2626
# === Integration Deactivation ===
27-
{py3.9,py3.10,py3.11,py3.12,py3.13,py3.14,py3.14t}-integration-deactivation
27+
{py3.9,py3.10,py3.11,py3.12,py3.13,py3.14,py3.14t}-integration_deactivation
2828

2929
# === Integrations ===
3030

@@ -768,6 +768,7 @@ setenv =
768768
# TESTPATH definitions for test suites not managed by toxgen
769769
common: TESTPATH=tests
770770
gevent: TESTPATH=tests
771+
integration_deactivation: TESTPATH=tests/test_ai_integration_deactivation.py
771772
asgi: TESTPATH=tests/integrations/asgi
772773
aws_lambda: TESTPATH=tests/integrations/aws_lambda
773774
cloud_resource_context: TESTPATH=tests/integrations/cloud_resource_context

0 commit comments

Comments
 (0)