mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/virtualenv: Drop old
Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user