Skip to content

Commit

Permalink
blacklist bad mock releases 4.0.0 and 4.0.1
Browse files Browse the repository at this point in the history
testing-cabal/mock#487

Change-Id: I1da8453a5e838a3f9cc730655a3d9d8519d55f36
  • Loading branch information
prometheanfire committed Feb 17, 2020
1 parent 8481a77 commit 7cbbc07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion global-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,8 @@ keyring;python_version>='3.4' # MIT/PSF
ldappool # MPL
# Do not make mock conditional on Python version: we depend on newer code than
# in [most] releases of the Python std library.
mock # BSD
# https://github.com/testing-cabal/mock/issues/487 for 4.0.[0-1] blacklist
mock!=4.0.0,!=4.0.1 # BSD
mox # Apache-2.0
mox3 # Apache-2.0
nodeenv # BSD
Expand Down

0 comments on commit 7cbbc07

Please sign in to comment.