<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7035c7ebd1047f8b1c327335c93bbf5cfaf34a13">https://github.com/macports/macports-ports/commit/7035c7ebd1047f8b1c327335c93bbf5cfaf34a13</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 7035c7ebd1047f8b1c327335c93bbf5cfaf34a13
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Oct 21 15:46:59 2023 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-{texttable,isort}: simplify test phase
</span>---
python/py-isort/Portfile | 5 -----
python/py-texttable/Portfile | 7 +------
2 files changed, 1 insertion(+), 11 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-isort/Portfile b/python/py-isort/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 623e628318f..89853a3be24 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-isort/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-isort/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,9 +35,6 @@ if {${name} ne ${subport}} {
</span> depends_build-append \
port:py${python.version}-setuptools
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_test-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-pytest
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> depends_run-append \
port:isort_select
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -58,8 +55,6 @@ port select --set ${select.group} [file tail ${select.file}]
</span>
test.run no
# three tests fail, but only when run under MacPorts; skip them for now
<span style='display:block; white-space:pre;background:#ffe0e0;'>- test.cmd py.test-${python.branch}
</span> test.args -k \"not test_other_file_encodings and not test_new_lines_are_preserved and not test_settings_path_skip_issue_909\"
test.target test_isort.py
<span style='display:block; white-space:pre;background:#ffe0e0;'>- test.env PYTHONPATH=${worksrcpath}/build/lib
</span> }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-texttable/Portfile b/python/py-texttable/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7dce46efc74..d598a45ec27 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-texttable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-texttable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,11 +35,6 @@ if {${name} ne ${subport}} {
</span> CHANGELOG.md ${destroot}${docdir}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_test-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-pytest
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> test.run yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>- test.cmd py.test-${python.branch} tests.py
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- test.target
</span><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;'>+ test.args tests.py
</span> }
</pre><pre style='margin:0'>
</pre>