guix-commits
[Top][All Lists]
Advanced

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

13/16: gnu: Add python-pytest-fixture-config.


From: guix-commits
Subject: 13/16: gnu: Add python-pytest-fixture-config.
Date: Wed, 26 Jun 2019 10:33:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7d5ffecba54c08e0fd5a492b3da67d184eb78aa9
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jun 25 12:03:23 2019 +0200

    gnu: Add python-pytest-fixture-config.
    
    * gnu/packages/python-check.scm (python-pytest-fixture-config): New 
variable.
---
 gnu/packages/python-check.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index d3f8520..70140de 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -191,3 +191,25 @@ compliance.")
      "This package provides assorted shell and environment tools for the
 py.test testing framework.")
     (license license:expat)))
+
+(define-public python-pytest-fixture-config
+  (package
+    (name "python-pytest-fixture-config")
+    (version "1.7.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pytest-fixture-config" version))
+       (sha256
+        (base32
+         "13i1qpz22w3x4dmw8vih5jdnbqfqvl7jiqs0dg764s0zf8bp98a1"))))
+    (build-system python-build-system)
+    (native-inputs
+     `(("python-pytest" ,python-pytest)
+       ("python-setuptools-git" ,python-setuptools-git)))
+    (home-page "https://github.com/manahl/pytest-plugins";)
+    (synopsis "Fixture configuration utils for py.test")
+    (description
+     "This package provides fixture configuration utilities for the py.test
+testing framework.")
+    (license license:expat)))



reply via email to

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