[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: python-pexpect: Use address@hidden
From: |
Marius Bakke |
Subject: |
03/03: gnu: python-pexpect: Use address@hidden |
Date: |
Mon, 3 Apr 2017 13:32:31 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 350a30845c46df55aa0338d0f2fe755275e28fa1
Author: Marius Bakke <address@hidden>
Date: Mon Apr 3 18:18:39 2017 +0200
gnu: python-pexpect: Use address@hidden
* gnu/packages/python.scm (python-pexpect, python2-pexpect)[native-inputs]:
Change PYTHON-PYTEST to PYTHON-PYTEST-3.0.
---
gnu/packages/python.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 407629e..f3f3a1c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4905,7 +4905,7 @@ cluster without needing to write any wrapper code
yourself.")
(replace 'check (lambda _ (zero? (system* "nosetests" "-v")))))))
(native-inputs
`(("python-nose" ,python-nose)
- ("python-pytest" ,python-pytest)
+ ("python-pytest" ,python-pytest-3.0)
("man-db" ,man-db)
("which" ,which)))
(propagated-inputs