diff options
author | Will Young <lost.networking@gmail.com> | 2022-04-23 11:13:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 11:13:56 +0000 |
commit | d2ca7339f5aad2d72e92510aa9276d5ac5a19de1 (patch) | |
tree | 708032d61ad866c7c782f3c2fb4276d499b56f0a | |
parent | dcdaeb49c80df62b8d8728f0a6c14be2c6b7eaae (diff) | |
parent | b341821096d21c1b816fac97fcc2c3886bcfde7f (diff) | |
download | couchdb-d2ca7339f5aad2d72e92510aa9276d5ac5a19de1.tar.gz |
Merge pull request #4004 from lostnet/nose2
mango_tests: revert hypothesis back for python3.6 compat
-rw-r--r-- | src/mango/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mango/requirements.txt b/src/mango/requirements.txt index d4ee27824..952c40c09 100644 --- a/src/mango/requirements.txt +++ b/src/mango/requirements.txt @@ -1,4 +1,4 @@ nose2==0.11.0 requests==2.27.1 -hypothesis==6.39.4 +hypothesis==6.31.6 |