gnu: python-mox3: Disable tests.
* gnu/packages/openstack.scm (python-mox3, python2-mox3)[arguments]: Disable tests. [native-inputs]: Add python-oslosphinx and python-sphinx.
This commit is contained in:
		
							parent
							
								
									2ff4559b49
								
							
						
					
					
						commit
						ea8907c5d5
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -149,9 +149,14 @@ guidelines}.")
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
           "0njmh40i1lg5mzn9hc2ax83adj6dli455j6xifilrw27c4wlkjzx"))))
 | 
					           "0njmh40i1lg5mzn9hc2ax83adj6dli455j6xifilrw27c4wlkjzx"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     ;; TODO: Requires newer version of testtools (>=1.4.0).
 | 
				
			||||||
 | 
					     '(#:tests? #f))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
      `(("python-fixtures" ,python-fixtures)
 | 
					      `(("python-fixtures" ,python-fixtures)
 | 
				
			||||||
 | 
					        ("python-oslosphinx" ,python-oslosphinx)
 | 
				
			||||||
        ("python-pbr" ,python-pbr)
 | 
					        ("python-pbr" ,python-pbr)
 | 
				
			||||||
 | 
					        ("python-sphinx" ,python-sphinx)
 | 
				
			||||||
        ("python-testtools" ,python-testtools)))
 | 
					        ("python-testtools" ,python-testtools)))
 | 
				
			||||||
    (home-page "http://www.openstack.org/")
 | 
					    (home-page "http://www.openstack.org/")
 | 
				
			||||||
    (synopsis "Mock object framework for Python")
 | 
					    (synopsis "Mock object framework for Python")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue