<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/aa91c6cf5c7ed3786ef3c9cf5320464f9500a3a0">https://github.com/macports/macports-ports/commit/aa91c6cf5c7ed3786ef3c9cf5320464f9500a3a0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit aa91c6cf5c7ed3786ef3c9cf5320464f9500a3a0
</span>Author: reneeotten <reneeotten@users.noreply.github.com>
AuthorDate: Fri May 18 09:01:47 2018 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-lmfit: enable tests
</span>---
 python/py-lmfit/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-lmfit/Portfile b/python/py-lmfit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a984939..0dd3c2d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-lmfit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-lmfit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,6 +32,12 @@ if {$subport ne $name} {
</span>                                port:py${python.version}-six \
                                port:py${python.version}-asteval
 
<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;'>+    test.run                   yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.cmd                   py.test-${python.branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.target
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    test.env                   PYTHONPATH=${worksrcpath}/build/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     notes-append "If py${python.version}-uncertainties is also installed, propagation of uncertainties to constrained parameters will be enabled."
     notes-append "If upgrading from 0.8.x, any scripts using lmfit must be changed https://lmfit.github.io/lmfit-py/whatsnew.html#whatsnew-090-label"
     livecheck.type      none
</pre><pre style='margin:0'>

</pre>