This website requires JavaScript.
Explore
Help
Sign In
almalinux
/
pungi
Watch
14
Star
1
Fork
0
You've already forked pungi
Code
Issues
Pull Requests
Releases
Activity
b181b08033
pungi
/
test-requirements.txt
6 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make python3-mock dependency optional 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 ff5a7e637760f8ee230ca1f0d4855744f2c5af8c)
2024-01-26 07:38:32 +00:00
mock; python_version < '3.3'
Use requirements.txt JIRA: RHELCMP-1773 Signed-off-by: Haibo Lin <hlin@redhat.com>
2020-08-07 03:55:14 +00:00
parameterized
pytest
pytest-cov
unittest2
Reference in New Issue
Copy Permalink