aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-02-21 12:59:34 -0800
committerMatt Turner <mattst88@gentoo.org>2022-05-02 11:44:51 -0700
commit3ec97d8f0cd427b7b9874b05f55d1aec5a1df8b0 (patch)
treed6dc767b96cb791dbff24df54cc4ab126f19e225 /tox.ini
parentebegin/eend: accept properly nested calls in different functions (diff)
downloadportage-3ec97d8f0cd427b7b9874b05f55d1aec5a1df8b0.tar.gz
portage-3ec97d8f0cd427b7b9874b05f55d1aec5a1df8b0.tar.bz2
portage-3ec97d8f0cd427b7b9874b05f55d1aec5a1df8b0.zip
repoman: Remove
RepoMan sez: So long and thanks for all the fish! I'll be enjoying my retirement now. Haven't I done enough to deserve that? Bug: https://bugs.gentoo.org/835013 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2281dfa24..84c24396e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,6 +20,5 @@ deps =
setenv =
PYTHONPATH={toxinidir}/lib
commands =
- pylint: bash -c 'rm -rf build && PYTHONPATH=$PWD/lib:$PWD/repoman/lib pylint bin/* lib/* repoman/bin/* repoman/lib/*'
+ pylint: bash -c 'rm -rf build && PYTHONPATH=$PWD/lib pylint bin/* lib/*'
python -b -Wd setup.py test
- bash -c 'if python -c "import lxml.etree"; then python -b -Wd repoman/setup.py test; else echo "repoman tests skipped due to lxml breakage"; fi'