diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-23 20:33:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-23 20:33:37 +0200 |
commit | 7275943fe3082208ae7d13754fba352912609c39 (patch) | |
tree | 65748ca1715ea3271383bf42a493ac597262a700 | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.15.121 (diff) | |
download | gentoo-7275943fe3082208ae7d13754fba352912609c39.tar.gz gentoo-7275943fe3082208ae7d13754fba352912609c39.tar.bz2 gentoo-7275943fe3082208ae7d13754fba352912609c39.zip |
dev-python/testfixtures: Name mismatch happens with other Pythons too
Closes: https://bugs.gentoo.org/910741
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/testfixtures/testfixtures-7.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |