[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/43: gnu: python-pytest: Run the tests again.
From: |
Marius Bakke |
Subject: |
24/43: gnu: python-pytest: Run the tests again. |
Date: |
Tue, 21 Aug 2018 11:25:57 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 4750b3a268ed511fd50e6b348a1a81b5f76b5a40
Author: Marius Bakke <address@hidden>
Date: Tue Aug 21 05:46:47 2018 +0200
gnu: python-pytest: Run the tests again.
"python setup.py test" is ineffective since 3.6.x. The circle is complete.
* gnu/packages/check.scm (python-pytest)[arguments]: Override 'check' phase.
[native-inputs]: Add PYTHON-PYTEST-BOOTSTRAP.
---
gnu/packages/check.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 572761f..ddd5325 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -642,7 +642,8 @@ standard library.")
(string-append "@pytest.mark.skip"
"(reason=\"Assumes that /usr exists.\")\n "
line)))
- #t)))))
+ #t))
+ (replace 'check (lambda _ (invoke "pytest" "-vv"))))))
(propagated-inputs
`(("python-atomicwrites" ,python-atomicwrites)
("python-attrs" ,python-attrs-bootstrap)
@@ -656,6 +657,7 @@ standard library.")
("python-hypothesis" ,python-hypothesis)
("python-nose" ,python-nose)
("python-mock" ,python-mock)
+ ("python-pytest" ,python-pytest-bootstrap)
("python-setuptools-scm" ,python-setuptools-scm)))
(home-page "http://pytest.org")
(synopsis "Python testing library")
- 34/43: gnu: python-babel: Run the tests., (continued)
- 34/43: gnu: python-babel: Run the tests., Marius Bakke, 2018/08/21
- 38/43: gnu: python-sphinxcontrib-websupport: Add a python2 variant., Marius Bakke, 2018/08/21
- 32/43: gnu: python-pytz: Update to 2018.5., Marius Bakke, 2018/08/21
- 37/43: gnu: python-sphinxcontrib-websupport: Update to 1.1.0., Marius Bakke, 2018/08/21
- 33/43: gnu: python-babel: Update to 2.6.0., Marius Bakke, 2018/08/21
- 31/43: gnu: python-sqlalchemy: Update to 1.2.11., Marius Bakke, 2018/08/21
- 28/43: gnu: python-packaging: Update to 17.1., Marius Bakke, 2018/08/21
- 29/43: gnu: python-packaging: Run the tests., Marius Bakke, 2018/08/21
- 30/43: gnu: python-sqlalchemy: Use 'invoke'., Marius Bakke, 2018/08/21
- 27/43: gnu: python-imagesize: Fix typo., Marius Bakke, 2018/08/21
- 24/43: gnu: python-pytest: Run the tests again.,
Marius Bakke <=
- 23/43: gnu: libssh2: MIPS workaround no longer is., Marius Bakke, 2018/08/21
- 25/43: gnu: python-markupsafe: Update to 1.0., Marius Bakke, 2018/08/21
- 19/43: gnu: python-olefile: Update to 0.45.1., Marius Bakke, 2018/08/21
- 26/43: gnu: python-imagesize: Update to 1.0.0., Marius Bakke, 2018/08/21
- 22/43: gnu: pango: Update to 1.42.4., Marius Bakke, 2018/08/21
- 21/43: gnu: libffi: Don't optimize for the build machine CPU., Marius Bakke, 2018/08/21
- 20/43: gnu: libatomic-ops: Update to 7.6.6., Marius Bakke, 2018/08/21
- 18/43: gnu: python-lxml: Update to 4.2.4., Marius Bakke, 2018/08/21
- 17/43: gnu: python-ipaddress: Update to 1.0.22., Marius Bakke, 2018/08/21
- 14/43: gnu: python-hypothesis: Update to 3.68.2., Marius Bakke, 2018/08/21