aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/steps.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-23 15:37:15 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-23 15:40:12 +0100
commit74eee9f27da6a9d76281de57c40a78a2495ce843 (patch)
tree1472dfd0931cce97099ecdcc85a95389cd7d5c66 /gnu/installer/steps.scm
parent63e633c6f69d4613bfb27d85c78f2b85fe3a5586 (diff)
downloadguix-74eee9f27da6a9d76281de57c40a78a2495ce843.tar.gz
guix-74eee9f27da6a9d76281de57c40a78a2495ce843.zip
gnu: python-django-pipeline: Fix tests.
* gnu/packages/django.scm (python-django-pipeline)[arguments]: Set PYTHONPATH before running tests.
Diffstat (limited to 'gnu/installer/steps.scm')
0 files changed, 0 insertions, 0 deletions
x/import/opam.scm (opam->guix-package): Generate license for the ‘license’ field. * tests/opam.scm (test-opam-file): Update accordingly. ("opam->guix-package"): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen 2020-12-08import: opam: Adjust test to latest 'opam->guix-package' changes....This is a followup to a8dccd4bdc1e58219d4ba08fe1649bf0b8325f44, which broke the test. * guix/import/opam.scm (get-opam-repository): Prevent inlining. * tests/opam.scm ("opam->guix-package"): Mock 'get-opam-repository'. Ludovic Courtès 2020-12-08guix: opam: Pass default repository to recursive importer....* guix/import/opam.scm (opam->guix-package): Rename #:repository key to #:repo. (opam-recursive-import): Pass #:repo keyword. * tests/opam.scm (opam->guix-package): Rename #:repository to #:repo. Julien Lepiller