commit: ad94204ebe08515a217b28160d3bbcc314ef2b3d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Nov 22 22:46:11 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Nov 22 22:46:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad94204e
dev-python/dateparser: rephrase a comment
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/dateparser/dateparser-1.1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
)