summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-09-04 19:11:16 (GMT)
committerGitHub <noreply@github.com>2023-09-04 19:11:16 (GMT)
commitbce77915b68e4da2d313d17391a009bc113a023c (patch)
tree82a25f6ab5754f98d50892b856e41efc64e527f3 /Tools
parentd5c2d453fd264547f5f8be7c80fdb93e920d0093 (diff)
downloadcpython-bce77915b68e4da2d313d17391a009bc113a023c.zip
cpython-bce77915b68e4da2d313d17391a009bc113a023c.tar.gz
cpython-bce77915b68e4da2d313d17391a009bc113a023c.tar.bz2
[3.12] Disable `differing_test_runners` health check (GH-108886) (#108887)
Disable `differing_test_runners` health check (GH-108886) (cherry picked from commit 6ead5bd6ae20b902e6c11a3c0acede22632dc0d5) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Diffstat (limited to 'Tools')
-rw-r--r--Tools/requirements-hypothesis.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/requirements-hypothesis.txt b/Tools/requirements-hypothesis.txt
new file mode 100644
index 0000000..9db2b74
--- /dev/null
+++ b/Tools/requirements-hypothesis.txt
@@ -0,0 +1,4 @@
+# Requirements file for hypothesis that
+# we use to run our property-based tests in CI.
+
+hypothesis==6.84.0