[master 5/30] Use Python 3 versions of nose and Pylint (#1014220)

M4rtinK installerbot-noreply at redhat.com
Mon Jun 1 14:04:22 UTC 2015


From: Martin Kolman <mkolman at redhat.com>

---
 tests/nosetests.sh         | 2 +-
 tests/pylint/pylint-one.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/nosetests.sh b/tests/nosetests.sh
index e0b1c1e..de2c111 100755
--- a/tests/nosetests.sh
+++ b/tests/nosetests.sh
@@ -11,4 +11,4 @@ if [ $# -eq 0 ]; then
     set -- "${top_srcdir}"/tests/*_tests
 fi
 
-exec nosetests -v --exclude=logpicker -a \!acceptance,\!slow "$@"
+exec nosetests-3.4 -v --exclude=logpicker -a \!acceptance,\!slow "$@"
diff --git a/tests/pylint/pylint-one.sh b/tests/pylint/pylint-one.sh
index 88a0964..1027a0a 100755
--- a/tests/pylint/pylint-one.sh
+++ b/tests/pylint/pylint-one.sh
@@ -12,7 +12,7 @@ if grep -q '# pylint: skip-file' $1; then
     exit 0
 fi
 
-pylint_output="$(pylint \
+pylint_output="$(python3-pylint \
     --msg-template='{msg_id}:{line:3d},{column}: {obj}: {msg}' \
     -r n --disable=C,R --rcfile=/dev/null \
     --dummy-variables-rgx=_ \


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/ed9198ec153cb9cf46ccfcdc9851279c4babf6dc


More information about the anaconda-patches mailing list