Skip to content

Commit c96c2a4

Browse files
committed
Tweak poetry configs
1 parent 48029b4 commit c96c2a4

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

poetry.lock

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

tox.ini

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# https://tox.readthedocs.io/en/latest/example/basic.html#compressing-dependency-matrix
22
[tox]
3-
envlist = graphene{3}-pydantic{17,18,19}
4-
isolated_build = true
3+
# NOTE: Pydantic <1.9 does not support Python 3.10
4+
envlist = py{37,38,39}-graphene{30}-pydantic{17,18,19}, py310-graphene30-pydantic19
5+
skip_missing_interpreters = True
6+
# required if working with pyproject.toml
7+
isolated_build = True
8+
requires =
9+
tox-poetry-dev-dependencies
510

611
[testenv]
712
whitelist_externals = poetry

0 commit comments

Comments
 (0)