<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/12c1e074bb6925ced87c1ae86b789310314beec9">https://github.com/macports/macports-ports/commit/12c1e074bb6925ced87c1ae86b789310314beec9</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 12c1e074bb6925ced87c1ae86b789310314beec9
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Jan 26 15:27:51 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-virtualenv: remove already switched off test phase
</span>---
python/py-virtualenv/Portfile | 7 -------
1 file changed, 7 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-virtualenv/Portfile b/python/py-virtualenv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a374c48..ec394b0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-virtualenv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-virtualenv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,13 +38,6 @@ if {${name} ne ${subport}} {
</span>
depends_lib-append port:py${python.version}-setuptools
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_test-append port:py${python.version}-pytest \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-mock
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- test.run no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- test.cmd py.test-${python.branch}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- test.target
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- test.env PYTHONPATH=${worksrcpath}/build/lib
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> depends_run-append port:virtualenv_select
select.group virtualenv
</pre><pre style='margin:0'>
</pre>