d8a553163f
https://fedoraproject.org/wiki/Changes/RemovePythonMockUsage
Prefer using unittest.mock to a standalone package. The separate
packages should only really be needed on Python 2.7 these days.
The test requirements file is updated to only require mock on old
Python, and the dependency is removed from setup.py to avoid issues
there.
Relates: https://src.fedoraproject.org/rpms/pungi/pull-request/9
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
(cherry picked from commit ff5a7e6377
)
6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
mock; python_version < '3.3'
|
|
parameterized
|
|
pytest
|
|
pytest-cov
|
|
unittest2
|