~droyo/guix-channel

6bbfa76b3fdb1cae75498aff409694e8d64b653b — David Arroyo 2 years ago 3bfc628
Remove tests that broke `guix pull`

The unit tests are running for guix pull, for some reason. And they
fail because they are not in the load path. I don't know how to include
the tests without breaking guix pull, so I'm removing them until I
find out.
1 files changed, 0 insertions(+), 13 deletions(-)

D tests/namespace.scm
D tests/namespace.scm => tests/namespace.scm +0 -13
@@ 1,13 0,0 @@
(define-module (test-namespace)
  #:use-module (srfi srfi-64)
  #:use-module (aqwari namespace))

(test-begin "namespace")

(define simple-ns
  (namespace
    (include %namespace-minimal)
    (bind "/var")))

(test-assert simple-ns)
(test-assert (namespace? simple-ns))