<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/62c980bd08cc899f5cda0d9323c530758489f80a">https://github.com/macports/macports-ports/commit/62c980bd08cc899f5cda0d9323c530758489f80a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 62c980bd08cc899f5cda0d9323c530758489f80a
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Sep 23 15:29:13 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-{spark_parser,xdis}: simplify test phase
</span>---
 python/py-spark_parser/Portfile | 7 -------
 python/py-xdis/Portfile         | 2 +-
 2 files changed, 1 insertion(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-spark_parser/Portfile b/python/py-spark_parser/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c9cd73f0843..837f9858885 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-spark_parser/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-spark_parser/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,12 +30,5 @@ if {${name} ne ${subport}} {
</span>     depends_build-append    port:py${python.version}-setuptools
     depends_lib-append      port:py${python.version}-click
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_test-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py${python.version}-pytest
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     test.run        yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.cmd        py.test-${python.branch}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.dir        ${worksrcpath}/test
</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;color:#808080;'>diff --git a/python/py-xdis/Portfile b/python/py-xdis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bd74231a73c..3b7da88baf8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-xdis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-xdis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,8 +44,8 @@ if {${name} ne ${subport}} {
</span>     depends_test-append port:py${python.version}-pytest
 
     test.run        yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.test_framework
</span>     test.dir        ${build.dir}/test
     test.cmd        make
     test.target     check-full
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.env        PYTHONPATH=${worksrcpath}/build/lib
</span> }
</pre><pre style='margin:0'>

</pre>