Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#52151 - [python2-pyassert] All of the checkdepends are actually makedepends

Attached to Project: Community Packages
Opened by Kevin Mihelich (kmihelich) - Wednesday, 14 December 2016, 14:01 GMT
Last edited by Felix Yan (felixonmars) - Thursday, 22 December 2016, 09:25 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: All of the checkdepends are actually makedepends. The unit tests are run as part of the build, and are not isolated to check().


Additional info:
* package version: 0.4.2-2
* example fail log:
------------------------------------------------------------
BUILD FAILED - Missing prerequisite pychecker required by plugin python.pychecker
------------------------------------------------------------
Build finished at 2016-12-14 06:53:42
Build took 2 seconds (2611 ms)
==> ERROR: A failure occurred in package_python-pyassert().

* pass log:
[INFO] Building pyassert version 0.4.2
[INFO] Executing build in /build/python-pyassert/src/py2/pyassert
[INFO] Going to execute task package
[INFO] Running unit tests
[INFO] Executing unit tests from Python modules in /build/python-pyassert/src/py2/pyassert/src/unittest/python
[INFO] Executed 192 unit tests
[INFO] All unit tests passed.
[INFO] Building distribution in /build/python-pyassert/src/py2/pyassert/target/dist/pyassert-0.4.2

Steps to reproduce: Build in a clean chroot with --nocheck.
This task depends upon

Closed by  Felix Yan (felixonmars)
Thursday, 22 December 2016, 09:25 GMT
Reason for closing:  Fixed
Additional comments about closing:  in trunk.

Loading...