GNU bug report logs -
#77541
[PATCH 01/38] gnu: Add clipper2.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 4 Apr 2025 19:11:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
Message #67 received at 77541 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/machine-learning.scm (gpytorch): Remove uneeded inputs.
[arguments]{test-flags}: Ignore costly examples tests.
[native-inputs]: Remove python-coverage, python-flake8,
python-flake8-print, python-twine.
---
gnu/packages/machine-learning.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 615768c492..dcebf89376 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -6135,18 +6135,16 @@ (define-public python-gpytorch
(arguments
(list #:test-flags
;; test_deprecated_methods fails with an AssertionError.
- #~(list "-k" (string-append "not test_deprecated_methods"))))
+ #~(list "-k" (string-append "not test_deprecated_methods")
+ ;; Ignore lenghty tests of little relevance.
+ "--ignore=test/examples/")))
(propagated-inputs (list python-linear-operator
python-mpmath
python-scikit-learn
python-scipy))
- (native-inputs (list python-coverage
- python-flake8
- python-flake8-print
- python-nbval
+ (native-inputs (list python-nbval
python-pytest
- python-setuptools
- python-twine))
+ python-setuptools))
(home-page "https://gpytorch.ai")
(synopsis "Implementation of Gaussian Processes in PyTorch")
(description
--
2.49.0
This bug report was last modified 103 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.