<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9770668577fe18658db16276732c03920607a2bd">https://github.com/macports/macports-ports/commit/9770668577fe18658db16276732c03920607a2bd</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9770668577fe18658db16276732c03920607a2bd
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Tue Nov 23 18:55:04 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-pyrsistent: fixed tests
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes https://trac.macports.org/ticket/64045
</span>---
 python/py-pyrsistent/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pyrsistent/Portfile b/python/py-pyrsistent/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 51d6a430720..9d161aadec3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pyrsistent/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pyrsistent/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,10 +42,13 @@ if {${name} ne ${subport}} {
</span>         port:py${python.version}-pytest \
         port:py${python.version}-pytest-runner
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    pre-test {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        test.env        PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     test.run            yes
     test.cmd            py.test-${python.branch}
     test.target
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.env            PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
</span> 
     livecheck.type      none
 }
</pre><pre style='margin:0'>

</pre>