Assert the CI tests pass, install pooch from PyPI
Related: RHEL-21591
This commit is contained in:
		
							parent
							
								
									833fa0aef0
								
							
						
					
					
						commit
						9e3303fdd4
					
				
							
								
								
									
										10
									
								
								plan.fmf
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								plan.fmf
									
									
									
									
									
								
							| @ -5,7 +5,15 @@ discover: | |||||||
|   tests: |   tests: | ||||||
|   - name: bundled tests |   - name: bundled tests | ||||||
|     require: |     require: | ||||||
|  |     - python3.11-pip | ||||||
|     - python3.11-pytest |     - python3.11-pytest | ||||||
|     - python3.11-scipy |     - python3.11-scipy | ||||||
|  |     # transitive requirements of pooch, we want them from RHEL: | ||||||
|  |     - python3.11-charset-normalizer | ||||||
|  |     - python3.11-idna | ||||||
|  |     - python3.11-requests | ||||||
|  |     - python3.11-urllib3 | ||||||
|     duration: 30m |     duration: 30m | ||||||
|     test: python3.11 -c 'import scipy; scipy.test()' |     test: | | ||||||
|  |       pip3.11 install pooch==1.8.0 && | ||||||
|  |       python3.11 -c 'import scipy; assert scipy.test()' | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user