<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/cd1c225b42b2532975de4877eeda6baaba68c8e5">https://github.com/macports/macports-ports/commit/cd1c225b42b2532975de4877eeda6baaba68c8e5</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit cd1c225b42b2532975de4877eeda6baaba68c8e5
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Nov 19 07:37:09 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-pytest-virtualenv: simplify test phase
</span>---
python/py-pytest-virtualenv/Portfile | 5 -----
1 file changed, 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pytest-virtualenv/Portfile b/python/py-pytest-virtualenv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7e078150b06..e6c186773f9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pytest-virtualenv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pytest-virtualenv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,9 +51,4 @@ if {${name} ne ${subport}} {
</span> }
test.run yes
<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 tests
</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><span style='display:block; white-space:pre;background:#ffe0e0;'>- livecheck.type none
</span> }
</pre><pre style='margin:0'>
</pre>