Skip to content

Commit 8a1a20e

Browse files
committed
Remove duplicate definition
1 parent 77d4055 commit 8a1a20e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

tox.ini

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,6 @@ envlist =
167167
{py3.9,py3.11,py3.12}-langchain-latest
168168
{py3.9,py3.11,py3.12}-langchain-notiktoken
169169

170-
# LaunchDarkly
171-
{py3.8,py3.9,py3.10,py3.11,py3.12}-launchdarkly-v9.8.0
172-
{py3.8,py3.9,py3.10,py3.11,py3.12}-launchdarkly-latest
173-
174170
# Litestar
175171
# litestar 2.0.0 is the earliest version that supports Python < 3.12
176172
{py3.8,py3.11}-litestar-v{2.0}
@@ -193,8 +189,8 @@ envlist =
193189
{py3.8,py3.12,py3.13}-openfeature-latest
194190

195191
# LaunchDarkly
196-
{py3.8,py3.12,py3.13}-launchdarkly-v9.8.0
197-
{py3.8,py3.12,py3.13}-launchdarkly-latest
192+
{py3.8,py3.9,py3.11,py3.12,py3.12,py3.13}-launchdarkly
193+
{py3.8,py3.9,py3.11,py3.12,py3.12,py3.13}-launchdarkly-latest
198194

199195
# OpenTelemetry (OTel)
200196
{py3.7,py3.9,py3.12,py3.13}-opentelemetry
@@ -560,7 +556,7 @@ deps =
560556
openfeature-latest: openfeature-sdk
561557

562558
# LaunchDarkly
563-
launchdarkly-v9.8.0: launchdarkly-server-sdk~=9.8.0
559+
launchdarkly: launchdarkly-server-sdk~=9.8.0
564560
launchdarkly-latest: launchdarkly-server-sdk
565561

566562
# OpenTelemetry (OTel)

0 commit comments

Comments
 (0)