Skip to content

Commit f23c8be

Browse files
committed
unleash, typer
1 parent 659d859 commit f23c8be

File tree

4 files changed

+19
-35
lines changed

4 files changed

+19
-35
lines changed

.github/workflows/test-integrations-misc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python-version: ["3.6","3.7","3.8","3.12","3.13"]
32+
python-version: ["3.6","3.8","3.12","3.13"]
3333
# python3.6 reached EOL and is no longer being supported on
3434
# new versions of hosted runners on Github Actions
3535
# ubuntu-20.04 is the last version that supported python3.6

scripts/populate_tox/populate_tox.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@
8383
"sqlalchemy",
8484
"tornado",
8585
"trytond",
86-
"typer",
87-
"unleash",
8886
}
8987

9088

scripts/populate_tox/tox.jinja

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,6 @@ envlist =
206206
{py3.8,py3.11,py3.12}-trytond-v{7}
207207
{py3.8,py3.12,py3.13}-trytond-latest
208208

209-
# Typer
210-
{py3.7,py3.12,py3.13}-typer-v{0.15}
211-
{py3.7,py3.12,py3.13}-typer-latest
212-
213-
# Unleash
214-
{py3.8,py3.12,py3.13}-unleash-v6.0.1
215-
{py3.8,py3.12,py3.13}-unleash-latest
216-
217209
# === Integrations - Auto-generated ===
218210
# These come from the populate_tox.py script. Eventually we should move all
219211
# integration tests there.
@@ -543,14 +535,6 @@ deps =
543535
trytond-v7: trytond~=7.0
544536
trytond-latest: trytond
545537
546-
# Typer
547-
typer-v0.15: typer~=0.15.0
548-
typer-latest: typer
549-
550-
# Unleash
551-
unleash-v6.0.1: UnleashClient~=6.0.1
552-
unleash-latest: UnleashClient
553-
554538
# === Integrations - Auto-generated ===
555539
# These come from the populate_tox.py script. Eventually we should move all
556540
# integration tests there.

tox.ini

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,6 @@ envlist =
206206
{py3.8,py3.11,py3.12}-trytond-v{7}
207207
{py3.8,py3.12,py3.13}-trytond-latest
208208

209-
# Typer
210-
{py3.7,py3.12,py3.13}-typer-v{0.15}
211-
{py3.7,py3.12,py3.13}-typer-latest
212-
213-
# Unleash
214-
{py3.8,py3.12,py3.13}-unleash-v6.0.1
215-
{py3.8,py3.12,py3.13}-unleash-latest
216-
217209
# === Integrations - Auto-generated ===
218210
# These come from the populate_tox.py script. Eventually we should move all
219211
# integration tests there.
@@ -240,6 +232,8 @@ envlist =
240232
{py3.8,py3.12,py3.13}-launchdarkly-v9.8.1
241233
{py3.8,py3.12,py3.13}-launchdarkly-v9.9.0
242234

235+
{py3.8,py3.12,py3.13}-unleash-v6.0.1
236+
243237

244238
# ~~~ GraphQL ~~~
245239
{py3.8,py3.10,py3.11}-ariadne-v0.20.1
@@ -301,6 +295,13 @@ envlist =
301295
{py3.8,py3.11,py3.12}-starlite-v1.51.16
302296

303297

298+
# ~~~ Misc ~~~
299+
{py3.6,py3.7,py3.8}-typer-v0.0.9
300+
{py3.6,py3.7,py3.8}-typer-v0.4.2
301+
{py3.6,py3.10,py3.11}-typer-v0.9.4
302+
{py3.7,py3.11,py3.12}-typer-v0.15.1
303+
304+
304305

305306
[testenv]
306307
deps =
@@ -616,14 +617,6 @@ deps =
616617
trytond-v7: trytond~=7.0
617618
trytond-latest: trytond
618619

619-
# Typer
620-
typer-v0.15: typer~=0.15.0
621-
typer-latest: typer
622-
623-
# Unleash
624-
unleash-v6.0.1: UnleashClient~=6.0.1
625-
unleash-latest: UnleashClient
626-
627620
# === Integrations - Auto-generated ===
628621
# These come from the populate_tox.py script. Eventually we should move all
629622
# integration tests there.
@@ -651,6 +644,8 @@ deps =
651644
launchdarkly-v9.8.1: launchdarkly-server-sdk==9.8.1
652645
launchdarkly-v9.9.0: launchdarkly-server-sdk==9.9.0
653646

647+
unleash-v6.0.1: UnleashClient==6.0.1
648+
654649

655650
# ~~~ GraphQL ~~~
656651
ariadne-v0.20.1: ariadne==0.20.1
@@ -749,6 +744,13 @@ deps =
749744
starlite: httpx<0.28
750745

751746

747+
# ~~~ Misc ~~~
748+
typer-v0.0.9: typer==0.0.9
749+
typer-v0.4.2: typer==0.4.2
750+
typer-v0.9.4: typer==0.9.4
751+
typer-v0.15.1: typer==0.15.1
752+
753+
752754

753755
setenv =
754756
PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)