Search Criteria
Package Details: python-daemon 3.1.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-daemon.git (read-only, click to copy) |
---|---|
Package Base: | python-daemon |
Description: | Library to implement a well-behaved Unix daemon process |
Upstream URL: | https://pagure.io/python-daemon/ |
Licenses: | Apache |
Submitter: | jelly |
Maintainer: | gilcu3 |
Last Packager: | gilcu3 |
Votes: | 1 |
Popularity: | 0.26 |
First Submitted: | 2023-11-25 16:08 (UTC) |
Last Updated: | 2024-12-18 14:56 (UTC) |
Dependencies (11)
- python (python37AUR, python311AUR, python310AUR)
- python-lockfile
- python-setuptools
- python-build (make)
- python-changelog-chugAUR (make)
- python-docutils (make)
- python-installer (make)
- python-wheel (make)
- python-coverage (check)
- python-testscenarios (check)
- python-testtools (check)
Latest Comments
gilcu3 commented on 2024-12-18 14:58 (UTC)
@carsme I was not aware of python packages requiring the package to be installed for testing. The fix you proposed is already pushed, thank you for the fix.
carsme commented on 2024-12-18 11:53 (UTC)
I don't think this is an upstream issue. As the tests require the package to be installed you can install it in a tmpdir to run the suite. See this for refrence: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=minijinja#n43
gilcu3 commented on 2024-12-18 10:06 (UTC)
@carsme Thanks for the report. As far I can see this seems to be a problem in packaging upstream. As a workaround, you can run the tests after the package is installed (they all pass), or disable the failing tests. Feel free to open a bug about this upstream to get it fixed.
carsme commented on 2024-12-13 12:29 (UTC) (edited on 2024-12-13 12:29 (UTC) by carsme)
Tests are failing: