Skip to content

Commit 84269d7

Browse files
committed
fix dev-extra
1 parent eae624f commit 84269d7

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,8 @@ mypy = "*"
4545
types-redis = "*"
4646

4747
# for dev, extra is installed by default
48-
[tool.poetry.group.dev-gcs]
49-
[tool.poetry.group.dev-gcs.dependencies]
48+
[tool.poetry.group.dev-extra.dependencies]
5049
google-api-python-client = "*"
51-
[tool.poetry.group.dev-s3]
52-
[tool.poetry.group.dev-s3.dependencies]
5350
moto = "*"
5451

5552
[tool.poetry.extras]

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ isolated_build = true
66
allowlist_externals = poetry, pytest
77
skip_install = true
88
commands =
9-
s3: poetry install -E s3 --without=dev-gcs
9+
s3: poetry install -E s3 --without=dev-extra
1010
s3: pytest -v -m "s3"
1111

12-
gcs: poetry install -E gcs --without=dev-gcs
12+
gcs: poetry install -E gcs --without=dev-extra
1313
gcs: pytest -v -m "gcs"
1414

15-
core: poetry install --without=dev-s3 --without=dev-gcs
15+
core: poetry install --without=dev-extra
1616
core: pytest -v -m "not gcs and not s3"
1717

1818
[testenv:yapf]

0 commit comments

Comments
 (0)