gnu: python-astropy: Update to 5.3.4.
* gnu/packages/astronomy.scm (python-astropy): Update to 5.3.4.
[arguments]{phases}: Disable one failing test, reported upstream.
Signed-off-by: Christopher Baines <mail@cbaines.net>
			
			
This commit is contained in:
		
							parent
							
								
									20e7aa2732
								
							
						
					
					
						commit
						0420667cbe
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
					@ -1466,13 +1466,13 @@ accurately in real time at any rate desired.")
 | 
				
			||||||
(define-public python-astropy
 | 
					(define-public python-astropy
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-astropy")
 | 
					    (name "python-astropy")
 | 
				
			||||||
    (version "5.3.3")
 | 
					    (version "5.3.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "astropy" version))
 | 
					       (uri (pypi-uri "astropy" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1fwk7x4q1hgdf9m8q613c6q7045sam1g934vgqv588ksbngxyc03"))
 | 
					        (base32 "1n7iwvjari4xv37094cpiapmjhhm57b04hi4r40wqb5czbigg46l"))
 | 
				
			||||||
       (modules '((guix build utils)))
 | 
					       (modules '((guix build utils)))
 | 
				
			||||||
       (snippet
 | 
					       (snippet
 | 
				
			||||||
        '(begin
 | 
					        '(begin
 | 
				
			||||||
| 
						 | 
					@ -1527,7 +1527,9 @@ accurately in real time at any rate desired.")
 | 
				
			||||||
                             "not remote_data"
 | 
					                             "not remote_data"
 | 
				
			||||||
                             ;; XXX: Check why this tests failing.
 | 
					                             ;; XXX: Check why this tests failing.
 | 
				
			||||||
                             " and not test_ignore_sigint"
 | 
					                             " and not test_ignore_sigint"
 | 
				
			||||||
                             " and not test_parquet_filter"))))))))
 | 
					                             " and not test_parquet_filter"
 | 
				
			||||||
 | 
					                             ;; See https://github.com/astropy/astropy/issues/15537
 | 
				
			||||||
 | 
					                             " and not test_pvstar"))))))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list pkg-config
 | 
					     (list pkg-config
 | 
				
			||||||
           python-colorlog
 | 
					           python-colorlog
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue