aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-11-23 03:46:11 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-11-23 03:46:11 +0500
commitad94204ebe08515a217b28160d3bbcc314ef2b3d (patch)
treec6abedcc4464ef02ed6bd705c5eea336c0267538
parentdev-python/markdownify: drop 0.11.2 (diff)
downloadguru-ad94204e.tar.gz
guru-ad94204e.tar.bz2
guru-ad94204e.zip
dev-python/dateparser: rephrase a comment
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r--dev-python/dateparser/dateparser-1.1.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dateparser/dateparser-1.1.4.ebuild b/dev-python/dateparser/dateparser-1.1.4.ebuild
index 7e8fdc2c1..d73cda687 100644
--- a/dev-python/dateparser/dateparser-1.1.4.ebuild
+++ b/dev-python/dateparser/dateparser-1.1.4.ebuild
@@ -30,7 +30,7 @@ BDEPEND="test? (
)"
EPYTEST_IGNORE=(
- # GitPython fails to allocate memory
+ # tests that require network
tests/test_dateparser_data_integrity.py
)