[Python-modules-commits] [tox] 03/15: Remove the virtualenv versioned requirements.

Barry Warsaw barry at moszumanska.debian.org
Fri Nov 20 21:45:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository tox.

commit 6c4667e188236979924933f1ab7f7234240cd977
Author: Barry Warsaw <barry at debian.org>
Date:   Tue Jun 17 16:05:44 2014 -0400

    Remove the virtualenv versioned requirements.
    
     We'll ensure that the proper dependencies are available via Depends, but
     the requires.txt line tries to do an import to verify the requirement, and
     we don't build the Python 3 version of virtualenv yet.
    Forwarded: not-needed
    
    Patch-Name: hack-requires.patch
---
 tox.egg-info/requires.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tox.egg-info/requires.txt b/tox.egg-info/requires.txt
index a1ef299..a63bc74 100644
--- a/tox.egg-info/requires.txt
+++ b/tox.egg-info/requires.txt
@@ -1,4 +1,3 @@
-virtualenv>=1.11.2
 py>=1.4.17
 pluggy>=0.3.0,<0.4.0
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/tox.git



More information about the Python-modules-commits mailing list