File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,8 @@ jobs:
161161
162162    - name : Build docs 
163163      run : | 
164-         pip install -e .[docs] 
164+         pip install --group docs 
165+         pip install -e . 
165166        make htmldocs 
166167
167168name : Checkout gh-pages 
Original file line number Diff line number Diff line change 6666      run : | 
6767        [ "$RUNNER_OS" = "Linux" ] && .github/workflows/install-krb5.sh 
6868        python -m pip install -U pip setuptools wheel 
69-         python -m pip install -e .[test] 
69+         python -m pip install --group test 
70+         python -m pip install -e . 
7071
7172name : Test 
7273      if : " !steps.release.outputs.is_release" 
@@ -127,7 +128,8 @@ jobs:
127128      run : | 
128129        [ "$RUNNER_OS" = "Linux" ] && .github/workflows/install-krb5.sh 
129130        python -m pip install -U pip setuptools wheel 
130-         python -m pip install -e .[test] 
131+         python -m pip install --group test 
132+         python -m pip install -e . 
131133
132134name : Test 
133135      if : " !steps.release.outputs.is_release" 
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ gssauth = [
3939    ' gssapi; platform_system != "Windows"' 
4040    ' sspilib; platform_system == "Windows"' 
4141]
42+ 
43+ [dependency-groups ]
4244test  = [
4345    ' flake8~=6.1' 
4446    ' flake8-pyi~=24.1.0' 
@@ -73,7 +75,7 @@ include = ["asyncpg", "asyncpg.*"]
7375
7476[tool .cibuildwheel ]
7577build-frontend  = " build" 
76- test-extras   = " test" 
78+ test-groups   = " test" 
7779
7880[tool .cibuildwheel .macos ]
7981before-all  = " .github/workflows/install-postgres.sh" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments