Skip to content

Commit 132fd9c

Browse files
authored
Merge pull request #402 from twisted/minor-dev-fixes
just address some minor local development annoyances
2 parents caaf9fc + f9fc3be commit 132fd9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"dev": [
4242
"pep8",
4343
"pyflakes",
44-
"httpbin==0.7.0",
45-
"werkzeug==2.0.3",
44+
"httpbin==0.10.2",
45+
"werkzeug==3.0.4",
4646
],
4747
"docs": [
4848
"sphinx<7.0.0", # Removal of 'style' key breaks RTD.

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ commands =
2323
pip list
2424
python -Wall \
2525
{envbindir}/coverage run -p \
26-
{envbindir}/trial {posargs:treq}
26+
{envbindir}/trial --temp-directory={envtmpdir}/_trial_temp {posargs:treq}
2727

2828
[testenv:mypy]
2929
basepython = python3.12

0 commit comments

Comments
 (0)