Skip to content

Commit

Permalink
Merge pull request #3138 from HypothesisWorks/create-pull-request/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Nov 8, 2021
2 parents b5b613c + 5fbb75b commit 377b2ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions hypothesis-python/docs/healthchecks.rst
Expand Up @@ -23,8 +23,7 @@ The argument for this parameter is a list with elements drawn from any of
the class-level attributes of the HealthCheck class.
Using a value of ``HealthCheck.all()`` will disable all health checks.

.. module:: hypothesis
.. autoclass:: HealthCheck
.. autoclass:: hypothesis.HealthCheck
:undoc-members:
:inherited-members:
:exclude-members: all
Expand Down
2 changes: 1 addition & 1 deletion requirements/tools.txt
Expand Up @@ -272,7 +272,7 @@ sphinx==4.2.0
# -r requirements/tools.in
# sphinx-codeautolink
# sphinx-rtd-theme
sphinx-codeautolink==0.4.0
sphinx-codeautolink==0.5.0
# via -r requirements/tools.in
sphinx-hoverxref==0.8b1
# via -r requirements/tools.in
Expand Down
2 changes: 1 addition & 1 deletion tooling/src/hypothesistooling/__main__.py
Expand Up @@ -388,7 +388,7 @@ def run_tox(task, version):
PY36 = "3.6.15"
PY37 = "3.7.12"
PY38 = PYMAIN = "3.8.12" # Sync PYMAIN minor version with GH Actions main.yml
PY39 = "3.9.7"
PY39 = "3.9.8"
PY310 = "3.10.0"
PYPY36 = "pypy3.6-7.3.3"
PYPY37 = "pypy3.7-7.3.7"
Expand Down

0 comments on commit 377b2ed

Please sign in to comment.