Skip to content

Commit 377b2ed

Browse files
authored
Merge pull request #3138 from HypothesisWorks/create-pull-request/patch
2 parents b5b613c + 5fbb75b commit 377b2ed

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

hypothesis-python/docs/healthchecks.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ The argument for this parameter is a list with elements drawn from any of
2323
the class-level attributes of the HealthCheck class.
2424
Using a value of ``HealthCheck.all()`` will disable all health checks.
2525

26-
.. module:: hypothesis
27-
.. autoclass:: HealthCheck
26+
.. autoclass:: hypothesis.HealthCheck
2827
:undoc-members:
2928
:inherited-members:
3029
:exclude-members: all

requirements/tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ sphinx==4.2.0
272272
# -r requirements/tools.in
273273
# sphinx-codeautolink
274274
# sphinx-rtd-theme
275-
sphinx-codeautolink==0.4.0
275+
sphinx-codeautolink==0.5.0
276276
# via -r requirements/tools.in
277277
sphinx-hoverxref==0.8b1
278278
# via -r requirements/tools.in

tooling/src/hypothesistooling/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def run_tox(task, version):
388388
PY36 = "3.6.15"
389389
PY37 = "3.7.12"
390390
PY38 = PYMAIN = "3.8.12" # Sync PYMAIN minor version with GH Actions main.yml
391-
PY39 = "3.9.7"
391+
PY39 = "3.9.8"
392392
PY310 = "3.10.0"
393393
PYPY36 = "pypy3.6-7.3.3"
394394
PYPY37 = "pypy3.7-7.3.7"

0 commit comments

Comments
 (0)