<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/3d7315110aae42523060329f1c3aaf0cdecc80ba">https://github.com/macports/macports-ports/commit/3d7315110aae42523060329f1c3aaf0cdecc80ba</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3d7315110aae42523060329f1c3aaf0cdecc80ba
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Fri Oct 27 21:38:49 2023 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-pypeg2: fix test phase
</span>---
python/py-pypeg2/Portfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pypeg2/Portfile b/python/py-pypeg2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 61a2117bf55..f63c9654964 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pypeg2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pypeg2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,8 +29,7 @@ if { ${name} ne ${subport} } {
</span> depends_run port:py${python.version}-lxml
test.run yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ python.test_framework
</span> test.dir ${build.dir}/pypeg2/test
test.cmd ${python.bin} test_pyPEG2.py && ${python.bin} test_xmlast.py
<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> }
</pre><pre style='margin:0'>
</pre>