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

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-bitarray/Portfile b/python/py-bitarray/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d1f8c37fcf7..54744d6a0c4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-bitarray/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-bitarray/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +38,6 @@ if {${name} ne ${subport}} {
</span>     }
 
     test.run        yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.test_framework
</span>     test.cmd        ${python.bin} bitarray/test_bitarray.py
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.target
</span> }
</pre><pre style='margin:0'>

</pre>