<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7569fe7514b2d4c1add964a32387786811f718d6">https://github.com/macports/macports-ports/commit/7569fe7514b2d4c1add964a32387786811f718d6</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 7569fe7514b2d4c1add964a32387786811f718d6
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Fri Sep 16 14:33:33 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-testfixtures: update to 7.0.0; correct tests
</span>---
 python/py-testfixtures/Portfile | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 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 3d3fa9e9f3a..f0f62d69f01 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;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 
 name                py-testfixtures
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             6.18.5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             7.0.0
</span> revision            0
 
 categories-append   devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,9 +24,9 @@ master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
</span> 
 distname            ${python.rootname}-${version}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  57b56e3439a681b5fe28b4322dc122a7366cae2c \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  02dae883f567f5b70fd3ad3c9eefb95912e78ac90be6c7444b5e2f46bf572c84 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    124944
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  01cf1f5b923ed78c88f576ee37c9bfd0e7101bb8 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  8ecac5a308793451640594d9ca42ce89b987711e1e4c9312855321ec21f6ccb4 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    126163
</span> 
 if {${name} ne ${subport}} {
     depends_build-append  port:py${python.version}-setuptools
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,13 +35,14 @@ if {${name} ne ${subport}} {
</span>         copy -force ${filespath}/conftest.py ${worksrcpath}/testfixtures/tests/
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Run a few tests; a lot of the others require sybil
</span><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:#e0ffe0;'>+    depends_test-append port:py${python.version}-pytest \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        port:py${python.version}-sybil
</span>     test.run            yes
     test.dir            "${worksrcpath}/build/lib/testfixtures/tests"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.cmd            py.test-${python.branch} "test_compare.py test_comparison.py test_date.py test_datetime.py test_diff.py test_shouldwarn.py test_stringcomparison.py"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.cmd            py.test-${python.branch}
</span>     test.target
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.env            PYTHONPATH=${worksrcpath}/build/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # PY_IGNORE_IMPORTMISMATCH to ignore _pytest.pathlib.ImportPathMismatchError
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.env            PYTHONPATH=${worksrcpath}/build/lib PY_IGNORE_IMPORTMISMATCH=1
</span> 
     livecheck.type      none
 }
</pre><pre style='margin:0'>

</pre>