Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/
Date: Wed, 08 Jun 2022 04:18:25
Message-Id: 1654661255.d49268f7ae1ffa289c19e92371d0cd4a94921db3.mgorny@gentoo
1 commit: d49268f7ae1ffa289c19e92371d0cd4a94921db3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 8 03:38:19 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 8 04:07:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49268f7
7
8 dev-python/pylint: Remove obsolete comment
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pylint/pylint-2.14.1.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-python/pylint/pylint-2.14.1.ebuild b/dev-python/pylint/pylint-2.14.1.ebuild
16 index 42b2494ce503..9dd158928f4a 100644
17 --- a/dev-python/pylint/pylint-2.14.1.ebuild
18 +++ b/dev-python/pylint/pylint-2.14.1.ebuild
19 @@ -66,7 +66,6 @@ python_test() {
20 tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_info_msg
21 tests/config/pylint_config/test_run_pylint_config.py::test_invocation_of_pylint_config
22 )
23 - # Specify the test directory explicitly to avoid import file mismatches
24 epytest
25 }