Skip to content

Commit 9b9ee9e

Browse files
committed
Use envtmpdir instead of distdir in tox.ini
1 parent 833a87a commit 9b9ee9e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ dependencies = [
3939
"mypy>=0.900; python_version>='3.11'",
4040
]
4141

42-
[project.urls]
43-
homepage = "https://github.com/realpython/pytest-mypy"
44-
4542
[project.entry-points.pytest11]
4643
mypy = "pytest_mypy"
4744

45+
[project.urls]
46+
homepage = "https://github.com/realpython/pytest-mypy"
47+
4848
[tool.setuptools_scm]

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ deps =
9292
build[virtualenv] ~= 0.9.0
9393
twine ~= 4.0.0
9494
commands =
95-
{envpython} -m build --outdir {distdir} .
96-
twine {posargs:check} {distdir}/*
95+
{envpython} -m build --outdir {envtmpdir} .
96+
twine {posargs:check} {envtmpdir}/*
9797

9898
[testenv:static]
9999
deps =

0 commit comments

Comments
 (0)