gnu: python-semver: Do not patch virtualenv for tests.
* gnu/packages/python-xyz.scm (python-semver)[arguments]: The substitution case for patching virtualenv versioning is no longer requireed.
This commit is contained in:
		
							parent
							
								
									594280b103
								
							
						
					
					
						commit
						c587482dcb
					
				
					 1 changed files with 0 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -14336,15 +14336,6 @@ such as figshare or Zenodo.")
 | 
			
		|||
          (base32
 | 
			
		||||
            "183kg1rhzz3hqizvphkd8hlbf1zxfx8737zhfkmqzxi71jmdw7pd"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (add-after 'unpack 'patch-test-requirements
 | 
			
		||||
           (lambda _
 | 
			
		||||
             (substitute* "setup.py"
 | 
			
		||||
               ;; Our Python is new enough.
 | 
			
		||||
               (("'virtualenv<14\\.0\\.0'") "'virtualenv'"))
 | 
			
		||||
             #t)))))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("python-tox" ,python-tox)
 | 
			
		||||
       ("python-virtualenv" ,python-virtualenv)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue