dev-python/virtualenv: Drop old

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-11-23 10:28:55 +01:00
parent 0c4b99a75b
commit 28ae481257
5 changed files with 0 additions and 158 deletions

View File

@@ -1,18 +0,0 @@
--- virtualenv-12.0/tests/test_virtualenv.py
+++ virtualenv-12.0/tests/test_virtualenv.py
@@ -5,6 +5,7 @@
import sys
import tempfile
from mock import patch, Mock
+import unittest
def test_version():
@@ -123,6 +124,7 @@
shutil.rmtree(tmp_virtualenv)
+@unittest.skip("Running create environment while testing is broken")
def test_always_copy_option():
"""Should be no symlinks in directory tree"""
tmp_virtualenv = tempfile.mkdtemp()