pythonPackages.cython: disable tests temporarily
This commit is contained in:
		
							parent
							
								
									b78940b850
								
							
						
					
					
						commit
						50fb47df49
					
				@ -4282,6 +4282,10 @@ in {
 | 
			
		||||
        ${if stdenv.cc.isClang or false then ''--exclude="(cpdef_extern_func|libcpp_algo)"'' else ""}
 | 
			
		||||
    '';
 | 
			
		||||
 | 
			
		||||
    # Disable tests temporarily
 | 
			
		||||
    # https://github.com/cython/cython/issues/1676
 | 
			
		||||
    doCheck = false;
 | 
			
		||||
 | 
			
		||||
    meta = {
 | 
			
		||||
      description = "An optimising static compiler for both the Python programming language and the extended Cython programming language";
 | 
			
		||||
      platforms = platforms.all;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user