Skip to content

Commit

Permalink
Add missing build test dependency (#2577)
Browse files Browse the repository at this point in the history
Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
Fixes #2576
  • Loading branch information
ssbarnea committed Dec 2, 2022
1 parent 4265ae1 commit 8630be3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2576.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing 'build' test dependency - by :user:`ssbarnea`.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ maintainers = [
requires-python = ">=3.7"
dependencies = [
"cachetools>=5.2",
"chardet>=5",
"chardet>=5.1",
"colorama>=0.4.6",
"packaging>=21.3",
"platformdirs>=2.5.4",
"pluggy>=1",
"pyproject-api>=1.1.2",
'tomli>=2.0.1; python_version < "3.11"',
"virtualenv>=20.16.7",
"virtualenv>=20.17",
'importlib-metadata>=5.1; python_version < "3.8"',
'typing-extensions>=4.4; python_version < "3.8"',
]
Expand All @@ -44,6 +44,7 @@ optional-dependencies.docs = [
"towncrier>=22.8",
]
optional-dependencies.testing = [
"build[virtualenv]>=0.9",
"covdefaults>=2.2",
"devpi-client>=6.0.2",
"devpi-server>=6.7",
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ setenv =
deps =
mypy==0.991
types-cachetools>=5.2.1
types-chardet>=5.0.4
types-chardet>=5.0.4.1
commands =
mypy src/tox
mypy tests
Expand All @@ -79,7 +79,7 @@ skip_install = true
deps =
build[virtualenv]>=0.9
check-wheel-contents>=0.4
twine>=4.0.1
twine>=4.0.2
commands =
python -m build -o {envtmpdir} -s -w .
twine check {envtmpdir}{/}*
Expand Down

0 comments on commit 8630be3

Please sign in to comment.