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
b6cfd8c5d4
pungi
/
test-requirements.txt
6 lines
95 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>
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
Install unittest2 only on python 2 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2024-03-12 07:58:27 +00:00
unittest2; python_version < '3.0'
Reference in New Issue
Copy Permalink