mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 02:06:07 +00:00 
			
		
		
		
	implemented python test matrix for different python dependencies on different os releases
This commit is contained in:
		@@ -134,8 +134,14 @@ test:
 | 
			
		||||
    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
 | 
			
		||||
  variables:
 | 
			
		||||
    DATABASE: sqlite:///../app/db.sqlite
 | 
			
		||||
  parallel:
 | 
			
		||||
    matrix:
 | 
			
		||||
      - REQUIREMENTS:
 | 
			
		||||
          - requirements.txt
 | 
			
		||||
          - .DEBIAN/requirements-bookworm-12.txt
 | 
			
		||||
          - .DEBIAN/requirements-ubuntu-23.04.txt
 | 
			
		||||
  before_script:
 | 
			
		||||
    - pip install -r requirements.txt
 | 
			
		||||
    - pip install -r $REQUIREMENTS
 | 
			
		||||
    - pip install pytest httpx
 | 
			
		||||
    - mkdir -p app/cert
 | 
			
		||||
    - openssl genrsa -out app/cert/instance.private.pem 2048
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user