Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup.py: Do not require mock in Python 3
The code will always use 'unittest.mock' in Python 3, so stop pulling the 'mock' package unnecessarily.
- Loading branch information