GNU bug report logs -
#53019
[PATCHES] Add aerich
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/check.scm (python-codecov): Update to 2.1.12.
---
gnu/packages/check.scm | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 450ada0cf2..e29f9ce02b 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1907,19 +1907,27 @@ (define-public python2-cov-core
(define-public python-codecov
(package
(name "python-codecov")
- (version "2.0.15")
+ (version "2.1.12")
(source
(origin
(method url-fetch)
(uri (pypi-uri "codecov" version))
(sha256
(base32
- "1217c0vqf7ii65635gvl27a5pfhv0r7zhrpdp9cx640hg73bgn4f"))))
+ "1haipizcyr6wnqavrfxwzhvjvqcfxy6r745gjnl6shi5a2xldnm0"))))
(build-system python-build-system)
+ (arguments
+ (list
+ ;; 3 failed, 47 passed, 21 skipped, 1 warning
+ #:tests? #f))
(native-inputs
- (list python-unittest2))
+ (list python-ddt
+ python-mock
+ python-pytest
+ python-pytest-cov
+ python-requests))
(propagated-inputs
- (list python-coverage python-requests))
+ (list python-coverage-5.5 python-requests))
(home-page "https://github.com/codecov/codecov-python")
(synopsis "Upload code coverage reports to @code{codecov.io}")
(description
--
2.34.0
This bug report was last modified 1 year and 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.