Skip to content

Commit

Permalink
Merge pull request #402 from twisted/minor-dev-fixes
Browse files Browse the repository at this point in the history
just address some minor local development annoyances
  • Loading branch information
twm authored Sep 25, 2024
2 parents caaf9fc + f9fc3be commit 132fd9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"dev": [
"pep8",
"pyflakes",
"httpbin==0.7.0",
"werkzeug==2.0.3",
"httpbin==0.10.2",
"werkzeug==3.0.4",
],
"docs": [
"sphinx<7.0.0", # Removal of 'style' key breaks RTD.
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ commands =
pip list
python -Wall \
{envbindir}/coverage run -p \
{envbindir}/trial {posargs:treq}
{envbindir}/trial --temp-directory={envtmpdir}/_trial_temp {posargs:treq}

[testenv:mypy]
basepython = python3.12
Expand Down

0 comments on commit 132fd9c

Please sign in to comment.