<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/b6a7d1d230557b8753d0a16db13ca1a2617c20db">https://github.com/macports/macports-ports/commit/b6a7d1d230557b8753d0a16db13ca1a2617c20db</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b6a7d1d230557b8753d0a16db13ca1a2617c20db
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Oct 21 15:30:13 2023 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-parsel: simplify test phase
</span>---
python/py-parsel/Portfile | 6 ------
1 file changed, 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-parsel/Portfile b/python/py-parsel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9ec94c37830..46c9b75eb83 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-parsel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-parsel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,11 +28,5 @@ if {${name} ne ${subport}} {
</span> port:py${python.version}-six \
port:py${python.version}-w3lib
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_test-append port:py${python.version}-pytest
</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
</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>