We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caaf9fc + f9fc3be commit 132fd9cCopy full SHA for 132fd9c
setup.py
@@ -41,8 +41,8 @@
41
"dev": [
42
"pep8",
43
"pyflakes",
44
- "httpbin==0.7.0",
45
- "werkzeug==2.0.3",
+ "httpbin==0.10.2",
+ "werkzeug==3.0.4",
46
],
47
"docs": [
48
"sphinx<7.0.0", # Removal of 'style' key breaks RTD.
tox.ini
@@ -23,7 +23,7 @@ commands =
23
pip list
24
python -Wall \
25
{envbindir}/coverage run -p \
26
- {envbindir}/trial {posargs:treq}
+ {envbindir}/trial --temp-directory={envtmpdir}/_trial_temp {posargs:treq}
27
28
[testenv:mypy]
29
basepython = python3.12
0 commit comments