Re: [PATCH 3/5] import: pypi: Compute test requirements when using wheels.

2016-07-22 Thread Ludovic Courtès
Cyril Roelandt skribis: > * guix/import/pypi.scm (read-wheel-metadata): Read test requirements from the > metadata included in the wheel. > * guix/import/pypi.scm (guess-requirement-from-source): Return an empty list > for test requirements. > * guix/import/pypi.scm (compute-inputs): Return both

[PATCH 3/5] import: pypi: Compute test requirements when using wheels.

2016-07-16 Thread Cyril Roelandt
* guix/import/pypi.scm (read-wheel-metadata): Read test requirements from the metadata included in the wheel. * guix/import/pypi.scm (guess-requirement-from-source): Return an empty list for test requirements. * guix/import/pypi.scm (compute-inputs): Return both the runtime requirements and the tes