<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/1b04c6d9a290485ea58a288c314fffccb3828928">https://github.com/macports/macports-ports/commit/1b04c6d9a290485ea58a288c314fffccb3828928</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1b04c6d9a290485ea58a288c314fffccb3828928
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Sep 23 15:01:17 2023 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-imagesize: simplify test phase
</span>---
python/py-imagesize/Portfile | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-imagesize/Portfile b/python/py-imagesize/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 12942765285..e44f8d35d47 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-imagesize/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-imagesize/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,10 +37,5 @@ if {$subport ne $name} {
</span> }
test.run yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>- test.cmd ${python.bin}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- test.args -m unittest discover
</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><span style='display:block; white-space:pre;background:#e0ffe0;'>+ python.test_framework unittest
</span> }
</pre><pre style='margin:0'>
</pre>