commit:     7275943fe3082208ae7d13754fba352912609c39
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 18:33:37 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 18:33:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7275943f

dev-python/testfixtures: Name mismatch happens with other Pythons too

Closes: https://bugs.gentoo.org/910741
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/testfixtures/testfixtures-7.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testfixtures/testfixtures-7.1.0.ebuild 
b/dev-python/testfixtures/testfixtures-7.1.0.ebuild
index e2f06fd39724..5b3a4bcfc378 100644
--- a/dev-python/testfixtures/testfixtures-7.1.0.ebuild
+++ b/dev-python/testfixtures/testfixtures-7.1.0.ebuild
@@ -39,6 +39,7 @@ python_test() {
 
        local EPYTEST_DESELECT=(
                # TODO
+               docs/comparing.txt::line:642,column:1
                
testfixtures/tests/test_shouldwarn.py::ShouldWarnTests::test_filter_missing
                
testfixtures/tests/test_shouldwarn.py::ShouldWarnTests::test_filter_present
        )
@@ -47,7 +48,6 @@ python_test() {
                python3.12)
                        EPYTEST_DESELECT+=(
                                # 
https://github.com/simplistix/testfixtures/issues/183
-                               docs/comparing.txt::line:642,column:1
                                docs/comparing.txt::line:784,column:1
                                docs/comparing.txt::line:823,column:1
                                
testfixtures/tests/test_tempdirectory.py::TempDirectoryTests::test_as_path_relative_sequence

Reply via email to