mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
setup: Install mock for Python 3 too
'mock' is part of the standard library in Python 3 since Python 3.3. However, it's found in 'unittest.mock' - not 'mock'. We should install the version for PyPi in all cases to minimize differences between the two. When Python 2.7 support is dropped, we can consider switching to the standard library version. Signed-off-by: Stephen Finucane <stephen@that.guru> Fixes #4284
This commit is contained in:
parent
809388d836
commit
a5ef67b96a
Loading…
Reference in New Issue
Block a user