~ruther/guix-local

b7f3ea9532c0bf764228b3b7ecbd66d579a2517f — Marius Bakke 9 years ago f620311
gnu: python-fake-factory: Fix tests.

* gnu/packages/python.scm (python-fake-factory,
  python2-fake-factory)[arguments]: Replace 'check' phase with custom command.
1 files changed, 6 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +6 -0
@@ 10484,6 10484,12 @@ parsing UK postcodes.")
             (base32
              "0vs0dkmg0dlaxf8w6q2i3k0i03gmp56ablldv7ci9x3nbadkn71g"))))
  (build-system python-build-system)
  (arguments
   '(#:phases
     (modify-phases %standard-phases
       (replace 'check
         (lambda _
           (zero? (system* "python" "-m" "unittest" "-v" "faker.tests")))))))
  (native-inputs
   `(;; For testing
     ("python-email-validator" ,python-email-validator)