[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/20: gnu: python-gast: Enable tests.
From: |
guix-commits |
Subject: |
16/20: gnu: python-gast: Enable tests. |
Date: |
Sun, 11 Sep 2022 13:46:55 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 9a6c3b7b6a4163e72be25e8863d558137396ae58
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Sep 11 16:55:16 2022 +0200
gnu: python-gast: Enable tests.
* gnu/packages/python-xyz.scm (python-gast)[arguments]: Override check
phase.
[native-inputs]: Add PYTHON-PYTEST.
---
gnu/packages/python-xyz.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 664d340892..9d7ebf32ef 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23553,6 +23553,14 @@ distribution.")
(sha256
(base32 "1sidaczriw54pfkj3523y9j9q2harrczc1qqgnfaylz641ca5gng"))))
(build-system python-build-system)
+ (arguments
+ '(#:phases (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "pytest" "-vv")))))))
+ (native-inputs
+ (list python-pytest))
(propagated-inputs
(list python-astunparse))
(home-page "https://github.com/serge-sans-paille/gast/")
- 01/20: gnu: swaylock: Update to 1.6., (continued)
- 01/20: gnu: swaylock: Update to 1.6., guix-commits, 2022/09/11
- 02/20: gnu: Open vSwitch: Adjust tests for grep 3.8., guix-commits, 2022/09/11
- 05/20: gnu: Open vSwitch: Update to 3.0.0., guix-commits, 2022/09/11
- 03/20: gnu: Open vSwitch: Add release-monitoring-url., guix-commits, 2022/09/11
- 04/20: gnu: Open vSwitch: Remove input labels., guix-commits, 2022/09/11
- 07/20: gnu: mercurial: Update to 6.2.2., guix-commits, 2022/09/11
- 09/20: gnu: libslirp: Update to 4.7.0., guix-commits, 2022/09/11
- 12/20: gnu: python-docutils: Add 0.19., guix-commits, 2022/09/11
- 08/20: gnu: ntp: Adjust for glibc 2.34 and later., guix-commits, 2022/09/11
- 14/20: gnu: python-astunparse: Update to 1.6.3., guix-commits, 2022/09/11
- 16/20: gnu: python-gast: Enable tests.,
guix-commits <=
- 18/20: gnu: Add python-pyproject-metadata., guix-commits, 2022/09/11
- 19/20: gnu: python-sphinx-theme-builder: Update to 0.2.0b1., guix-commits, 2022/09/11
- 20/20: gnu: Deprecate python-pep621., guix-commits, 2022/09/11
- 06/20: gnu: mercurial: Adjust for grep 3.8., guix-commits, 2022/09/11
- 10/20: gnu: slirp4netns: Update to 1.2.0., guix-commits, 2022/09/11
- 11/20: gnu: QEMU: Unbundle dtc and slirp., guix-commits, 2022/09/11
- 15/20: gnu: python-gast: Update to 0.5.3., guix-commits, 2022/09/11
- 17/20: gnu: Add python-sphinx-tabs., guix-commits, 2022/09/11
- 13/20: gnu: python-gast: Update home page., guix-commits, 2022/09/11