[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/28: gnu: python-pytest: Propagate python-iniconfig, python-toml.
From: |
guix-commits |
Subject: |
05/28: gnu: python-pytest: Propagate python-iniconfig, python-toml. |
Date: |
Fri, 15 Jan 2021 16:34:46 -0500 (EST) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit be7061cea30b59676fc473d6bd4a56a0f2fbd7cf
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 14 22:22:21 2021 -0500
gnu: python-pytest: Propagate python-iniconfig, python-toml.
Based on a reading of the install_requires field of its setup.cfg file.
* gnu/packages/check.scm (python-pytest)[native-inputs]: Move
python-iniconfig...
[propagated-inputs]: ... to here. Add python-toml. Remove
python-atomicwrites, apparently only required on the win32 platform.
---
gnu/packages/check.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 36c0805..24cf6a2 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -67,6 +67,7 @@
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
+ #:use-module (gnu packages python-build)
#:use-module (gnu packages python-web)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages time)
@@ -907,19 +908,19 @@ standard library.")
" and not test_color_yes"))
(format #t "test suite not run~%")))))))
(propagated-inputs
- `(("python-atomicwrites" ,python-atomicwrites)
- ("python-attrs" ,python-attrs-bootstrap)
+ `(("python-attrs" ,python-attrs-bootstrap)
+ ("python-iniconfig" ,python-iniconfig)
("python-more-itertools" ,python-more-itertools)
("python-packaging" ,python-packaging-bootstrap)
("python-pluggy" ,python-pluggy)
("python-py" ,python-py)
("python-six" ,python-six-bootstrap)
+ ("python-toml" ,python-toml)
("python-wcwidth" ,python-wcwidth)))
(native-inputs
`(;; Tests need the "regular" bash since 'bash-final' lacks `compgen`.
("bash" ,bash)
("python-hypothesis" ,python-hypothesis)
- ("python-iniconfig" ,python-iniconfig)
("python-nose" ,python-nose)
("python-mock" ,python-mock)
("python-pytest" ,python-pytest-bootstrap)
- branch core-updates updated (9621809 -> 812a293), guix-commits, 2021/01/15
- 01/28: gnu: python-xyz: Move a few modules to (gnu packages python-build)., guix-commits, 2021/01/15
- 02/28: gnu: Add python-pypa-build., guix-commits, 2021/01/15
- 03/28: gnu: python-decorator: Update to 4.4.2., guix-commits, 2021/01/15
- 04/28: gnu: python-mypy: Fix build., guix-commits, 2021/01/15
- 05/28: gnu: python-pytest: Propagate python-iniconfig, python-toml.,
guix-commits <=
- 10/28: gnu: python-pytest-forked: Update to 1.3.0., guix-commits, 2021/01/15
- 06/28: gnu: python-mccabe: Add missing python-toml input., guix-commits, 2021/01/15
- 07/28: gnu: python-pyflakes: Fix build., guix-commits, 2021/01/15
- 08/28: gnu: python-mccabe: Fix indentation., guix-commits, 2021/01/15
- 09/28: gnu: python-typed-ast: Update to 1.4.2., guix-commits, 2021/01/15
- 13/28: gnu: python-babel: Fix build., guix-commits, 2021/01/15
- 14/28: gnu: python-simplejson: Update to 3.17.2, fixing build., guix-commits, 2021/01/15
- 15/28: gnu: python-backpack: Fix build., guix-commits, 2021/01/15
- 16/28: gnu: python-hypothesis: Update to 6.0.2, guix-commits, 2021/01/15
- 11/28: gnu: python-pympler: Update to 0.9., guix-commits, 2021/01/15