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
5bcb3f5ac1
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> (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
Install unittest2 only on python 2 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com> (cherry picked from commit 5172d7e5ebbcc85efd43c73c8615e96cf9a9dd72)
2024-03-12 07:58:27 +00:00
unittest2; python_version < '3.0'
Reference in New Issue
Copy Permalink