Opened 10 years ago
Closed 10 years ago
#24206 closed Bug (worksforme)
Missing mock dependency for test suite
Reported by: | aron45 | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | 1.7 |
Severity: | Normal | Keywords: | tests, mock |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The test suite depends on mock python package, but is missing from the requirements file.
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | requirements_base.diff added |
---|
comment:1 by , 10 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The
mock
requirement is in py2.txt (Python 3 hasmock
in the standard lib).