gotcha / ipdb

Integration of IPython pdb
BSD 3-Clause "New" or "Revised" License
1.85k stars 146 forks source link

setup.py: Do not require mock in Python 3 #220

Closed mgorny closed 3 years ago

mgorny commented 3 years ago

The code will always use 'unittest.mock' in Python 3, so stop pulling the 'mock' package unnecessarily.

gotcha commented 3 years ago

Thanks