gnu: python2-swiftclient: Disable tests.
* gnu/packages/openstack.scm (python2-swiftclient)[arguments]: New field.
This commit is contained in:
		
							parent
							
								
									041b5932da
								
							
						
					
					
						commit
						e1f2e19047
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -860,6 +860,10 @@ permanence.") | ||||||
| (define-public python2-swiftclient | (define-public python2-swiftclient | ||||||
|   (let ((swiftclient (package-with-python2 python-swiftclient))) |   (let ((swiftclient (package-with-python2 python-swiftclient))) | ||||||
|     (package (inherit swiftclient) |     (package (inherit swiftclient) | ||||||
|  |       (arguments | ||||||
|  |        `(#:python ,python-2 | ||||||
|  |          ;; FIXME: subunit.run discover: error: no such option: --list | ||||||
|  |          #:tests? #f)) | ||||||
|       (propagated-inputs |       (propagated-inputs | ||||||
|        `(("python2-futures" ,python2-futures) |        `(("python2-futures" ,python2-futures) | ||||||
|          ("python2-requests" ,python2-requests) |          ("python2-requests" ,python2-requests) | ||||||
|  |  | ||||||
		Reference in a new issue