<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/728c39bca47443bc5acf76553412063e55384831">https://github.com/macports/macports-ports/commit/728c39bca47443bc5acf76553412063e55384831</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 728c39bca47443bc5acf76553412063e55384831
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Nov 11 14:00:59 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-undetected-chromedriver: fix test phase
</span>---
 python/py-undetected-chromedriver/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-undetected-chromedriver/Portfile b/python/py-undetected-chromedriver/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 742c94abe27..f8ed9d81978 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-undetected-chromedriver/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-undetected-chromedriver/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,10 +60,9 @@ if {${name} ne ${subport}} {
</span>     }
 
     test.run        yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.env        PYTHONPATH=${worksrcpath}/build/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.test_framework
</span>     test.cmd        ${python.bin}
     test.target     ${workpath}/uc-test.py
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.args
</span> }
 
 # Obsolete Date: 2024-01-01
</pre><pre style='margin:0'>

</pre>