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

<span style='display:block; white-space:pre;color:#404040;'>    py-testfixtures: simplify test phase, clean-up
</span>---
 python/py-testfixtures/Portfile | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-testfixtures/Portfile b/python/py-testfixtures/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 515d996e5d4..c557070e02f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-testfixtures/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-testfixtures/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,9 +20,6 @@ description         A collection of helpers and mock objects for tests
</span> long_description    {*}${description}
 
 homepage            https://pypi.python.org/pypi/${python.rootname}/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-distname            ${python.rootname}-${version}
</span> 
 checksums           rmd160  a714740ca3febd36434f44aa612e9d6e13a0c007 \
                     sha256  456ce4f393160f27cd6840a5370ecf4a70f1721737f5e67a2af79e6c817804a4 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,17 +35,12 @@ if {${name} ne ${subport}} {
</span>         delete ${worksrcpath}/testfixtures/tests/test_django
     }
 
<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}-service_identity \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_test-append port:py${python.version}-service_identity \
</span>                         port:py${python.version}-sybil \
                         port:py${python.version}-twisted \
                         port:py${python.version}-zope-component
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     test.run            yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.dir            "${worksrcpath}/build/lib/testfixtures/tests"
</span><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.target
</span>     # PY_IGNORE_IMPORTMISMATCH to ignore _pytest.pathlib.ImportPathMismatchError
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.env            PYTHONPATH=${worksrcpath}/build/lib PY_IGNORE_IMPORTMISMATCH=1
</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;'>+    test.env-append     PY_IGNORE_IMPORTMISMATCH=1
</span> }
</pre><pre style='margin:0'>

</pre>