<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/4d5725a095985790fdc589d70f2bb64b47aa886e">https://github.com/macports/macports-ports/commit/4d5725a095985790fdc589d70f2bb64b47aa886e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4d5725a095985790fdc589d70f2bb64b47aa886e
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Nov 11 21:06:55 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-w3lib: fix test phase
</span>---
python/py-w3lib/Portfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-w3lib/Portfile b/python/py-w3lib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7ab96cc0165..d9324dd27a6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-w3lib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-w3lib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +31,6 @@ if {${name} ne ${subport}} {
</span> port:py${python.version}-six
test.run yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ python.test_framework
</span> test.cmd ${python.bin} tests/test_url.py
<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;'>- test.target
</span> }
</pre><pre style='margin:0'>
</pre>