<pre style='margin:0'>
Chih-Hsuan Yen (yan12125) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0367ac38307e979c61289f813a0bbf3c53bc3f62">https://github.com/macports/macports-ports/commit/0367ac38307e979c61289f813a0bbf3c53bc3f62</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0367ac38307e979c61289f813a0bbf3c53bc3f62
</span>Author: Chih-Hsuan Yen <yan12125@macports.org>
AuthorDate: Mon Aug 6 17:24:01 2018 +0800

<span style='display:block; white-space:pre;color:#404040;'>    py-parver: fix running tests with the trace mode
</span>---
 python/py-parver/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-parver/Portfile b/python/py-parver/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7b35b2b..77fb3ac 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-parver/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-parver/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +36,7 @@ if {${name} ne ${subport}} {
</span>                         port:py${python.version}-hypothesis \
                         port:py${python.version}-pretend
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.env            PYTHONPATH=${worksrcpath}/build/lib
</span>     test.run            yes
     test.cmd            py.test-${python.branch}
     test.target
</pre><pre style='margin:0'>

</pre>