summaryrefslogtreecommitdiff
path: root/dev-python/mechanize/mechanize-0.4.9.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-22 12:05:36 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-22 12:05:36 +0100
commit02eb6576978c38afed5787f6f2dbab8353379d66 (patch)
tree0b82220aae58c1307bef3aff0f342f4cdf858161 /dev-python/mechanize/mechanize-0.4.9.ebuild
parent490ef2c2dc8b4e808f37add1adee21a754efd9a9 (diff)
gentoo auto-resync : 22:04:2024 - 12:05:36
Diffstat (limited to 'dev-python/mechanize/mechanize-0.4.9.ebuild')
-rw-r--r--dev-python/mechanize/mechanize-0.4.9.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/mechanize/mechanize-0.4.9.ebuild b/dev-python/mechanize/mechanize-0.4.9.ebuild
index 9f450d7fd6b3..801db8146541 100644
--- a/dev-python/mechanize/mechanize-0.4.9.ebuild
+++ b/dev-python/mechanize/mechanize-0.4.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -29,6 +29,11 @@ BDEPEND="
)
"
+PATCHES=(
+ # https://github.com/python-mechanize/mechanize/pull/95
+ "${FILESDIR}/${P}-test.patch"
+)
+
python_test() {
- "${EPYTHON}" run_tests.py || die
+ "${EPYTHON}" run_tests.py -v || die
}