diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-12 20:17:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-12 20:17:04 +0200 |
commit | e36bf515254a1262270b3a373eeaf45dbec2ca05 (patch) | |
tree | 874cd2c077e6c082738e4f74825419a104720230 /dev-python | |
parent | dev-python/munkres: Fix tests on 32-bit platforms (diff) | |
download | gentoo-e36bf515254a1262270b3a373eeaf45dbec2ca05.tar.gz gentoo-e36bf515254a1262270b3a373eeaf45dbec2ca05.tar.bz2 gentoo-e36bf515254a1262270b3a373eeaf45dbec2ca05.zip |
dev-python/jaraco-vcs: Remote test dep on dev-vcs/mercurial
dev-vcs/mercurial is too unreliable and broken on random architectures.
The tests are skipped without it, so let's just remove the dep instead
of trying to maintain a list of broken architectures.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/jaraco-vcs/jaraco-vcs-2.2.0.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/jaraco-vcs/jaraco-vcs-2.2.0.ebuild b/dev-python/jaraco-vcs/jaraco-vcs-2.2.0.ebuild index e6775029cdf4..050fef2389a2 100644 --- a/dev-python/jaraco-vcs/jaraco-vcs-2.2.0.ebuild +++ b/dev-python/jaraco-vcs/jaraco-vcs-2.2.0.ebuild @@ -30,9 +30,6 @@ BDEPEND=" test? ( dev-python/jaraco-path[${PYTHON_USEDEP}] dev-vcs/git - !s390? ( !sparc? ( - dev-vcs/mercurial - ) ) ) " |