lilydjwg / nvchecker

New version checker for software releases
MIT License
425 stars 68 forks source link

Fix test_alpmfiles in Arch chroots #229

Closed yan12125 closed 1 year ago

yan12125 commented 1 year ago

In general, there are no /var/lib/pacman/sync/*.files in Arch chroots, and thus tests in test_alpmfiles.py fail.

The tempfile approach roughly follows tests/test_alpm.py.

Follow-up https://github.com/lilydjwg/nvchecker/pull/226