This website requires JavaScript.
Explore
Help
Register
Sign in
release-engineering
/
tito
Watch
1
Star
0
Fork
You've already forked tito
0
mirror of
https://github.com/rpm-software-management/tito.git
synced
2025-02-23 20:22:46 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
555cf4be25
tito
/
requirements.txt
3 lines
17 B
Text
Raw
Normal View
History
Unescape
Escape
Move to python-blessed As python-blessings is unmaintained nowadays and is not packaged for EPEL 8, it might be good to move to an active fork. Related: https://bugzilla.redhat.com/show_bug.cgi?id=1777377
2020-01-13 09:04:38 +01:00
blessed
tests: make the fedora-tox.yml working This is tricky. Note the sys.path hack in test/unit/__init__.py where we intentionally use the Fedora's default Python libraries with a different Python version selected by Tox. Right now it means that we use, e.g., python3-rpm compiled for Python 3.12 (F39) with Python 3.7 (which probably works because Tox is executed as root in the tox container, overwriting the pre-compiled *.pyc files in container). Some tests need to be skipped in Tox, therefore the skip_if_tox() method. Also, the GitHub's action for 'git checkout' provides somewhat non-standard environment for Tito to work, hence the fix_tox_env() configuration method.
2024-10-04 15:41:12 +02:00
requests
Reference in a new issue
Copy permalink