bindep/test-requirements.txt
Steve Kowalik 72c6f7dbe8 Support and prefer unittest.mock
This codebase still supports Python 2, which requires the external
module 'mock', but Python >= 3.4 ship with unittest.mock in the standard
library. Add support for that, falling back if required.

Change-Id: I457308ce7dbc12d046a037705a89d325207aa340
2025-01-06 17:11:41 +00:00

7 lines
130 B
Plaintext

coverage>=3.6
fixtures>=0.3.12
mock>=2.0;python_version<='3.3' # BSD
python-subunit
stestr>=1.0.0 # Apache-2.0
testtools>=0.9.27