<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/e15145928f9e78c042e6d806792a9b9fa91365cc">https://github.com/macports/macports-ports/commit/e15145928f9e78c042e6d806792a9b9fa91365cc</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e15145928f9e78c042e6d806792a9b9fa91365cc
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Tue Nov 23 18:54:13 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-jellyfish: 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-jellyfish/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-jellyfish/Portfile b/python/py-jellyfish/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 59f667bc83a..70c65b1d723 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-jellyfish/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-jellyfish/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,10 +30,13 @@ if {${name} ne ${subport}} {
</span>     depends_test-append \
                     port:py${python.version}-pytest
 
<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     ${worksrcpath}/build/lib*/jellyfish/test.py
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    test.env        PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
</span> 
     post-destroot {
         set docdir ${prefix}/share/doc/${subport}
</pre><pre style='margin:0'>

</pre>