guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: python-pyclipper: Enable tests.


From: Efraim Flashner
Subject: 05/05: gnu: python-pyclipper: Enable tests.
Date: Sun, 11 Nov 2018 04:14:52 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit 261e4214592709d5e4be1c8a7abdd92e9b1d253c
Author: Efraim Flashner <address@hidden>
Date:   Sun Nov 11 11:12:37 2018 +0200

    gnu: python-pyclipper: Enable tests.
    
    * gnu/packages/python.scm (python-pyclipper)[arguments]: Enable tests.
    [native-inputs]: Add python-pytest, python-pytest-runner,
    python-unittest2.
---
 gnu/packages/python.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e8d8daa..cce9955 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12911,8 +12911,7 @@ belong to tagged versions.")
           (delete-file "pyclipper/pyclipper.cpp") #t))))
     (build-system python-build-system)
     (arguments
-     `(#:tests? #f  ; 8 Tests fail, 37 succeed
-       #:phases
+     `(#:phases
        (modify-phases %standard-phases
          (add-before 'build 'cythonize-sources
            (lambda _
@@ -12922,6 +12921,9 @@ belong to tagged versions.")
      `(("python-setuptools-scm-git-archive" 
,python-setuptools-scm-git-archive)))
     (native-inputs
      `(("python-cython" ,python-cython)
+       ("python-pytest" ,python-pytest)
+       ("python-pytest-runner" ,python-pytest-runner)
+       ("python-unittest2" ,python-unittest2)
        ("unzip" ,unzip)))
     (home-page "https://github.com/greginvm/pyclipper";)
     (synopsis "Wrapper for Angus Johnson's Clipper library")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]