Staging
v0.8.1
https://github.com/python/cpython
Revision e131c9720d087c0c4988bd2a5c62020feb9d1d77 authored by Mario Corchero on 24 January 2020, 08:38:33 UTC, committed by Chris Withers on 24 January 2020, 08:38:32 UTC
As the function was not registering in the active patches, the mocks
started by `mock.patch.dict` were not being stopped when
`mock.patch.stopall` was being called.
1 parent 1d0c5e1
Raw File
Tip revision: e131c9720d087c0c4988bd2a5c62020feb9d1d77 authored by Mario Corchero on 24 January 2020, 08:38:33 UTC
Fix `mock.patch.dict` to be stopped with `mock.patch.stopall` (#17606)
Tip revision: e131c97
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top