mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-astroml: Ignore some failing tests.
* gnu/packages/astronomy.scm (python-astroml) [arguments] <#:test-flags>: Disable some tests which are not compatible with Astropy 6.0.0. Change-Id: I92f207e1e20a80de8904ee04aaba11469d9249b0
This commit is contained in:
parent
0330bb8b68
commit
55ded0719c
1 changed files with 7 additions and 1 deletions
|
@ -569,7 +569,13 @@ (define-public python-astroml
|
|||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
'(list "--ignore-glob=examples/*")
|
||||
'(list "--ignore-glob=examples/*"
|
||||
;; Disable tests which are not compatible with Astropy 6.0.0, see
|
||||
;; <https://github.com/astroML/astroML/issues/273>.
|
||||
"--ignore=astroML/density_estimation/tests/test_bayesian_blocks.py"
|
||||
"--ignore=astroML/density_estimation/tests/test_bayesian_blocks.py"
|
||||
"--ignore=astroML/density_estimation/tests/test_hist_binwidth.py"
|
||||
"--ignore=astroML/density_estimation/tests/test_hist_binwidth.py")
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-build-system
|
||||
|
|
Loading…
Reference in a new issue