<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/69c58b46dd4f21e7fcaf0c79d104bab225a98989">https://github.com/macports/macports-ports/commit/69c58b46dd4f21e7fcaf0c79d104bab225a98989</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 69c58b46dd4f21e7fcaf0c79d104bab225a98989
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Sep 17 12:46:14 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-country: clean-up test phase
</span>---
 python/py-country/Portfile | 6 ------
 1 file changed, 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-country/Portfile b/python/py-country/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7a39e288961..f3aa5396f71 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-country/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-country/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,15 +29,9 @@ patchfiles          do-not-fail-without-package.dif
</span> 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_test-append     port:py${python.version}-pytest \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            port:py${python.version}-pytest-cov
</span> 
     # See: https://github.com/flyingcircusio/pycountry/issues/108
     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.env                PYTHONPATH=${worksrcpath}/build/lib
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.args               -o addopts=''
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.target
</span> 
     post-destroot {
         xinstall -d ${destroot}${prefix}/share/doc/${subport}
</pre><pre style='margin:0'>

</pre>