commit: 4ae4d26c07d450cb545f6d1169a4bf81c5e6e762 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 9 13:14:53 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 9 13:22:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae4d26c
dev-python/tempora: Fix pytest plugin name Closes: https://bugs.gentoo.org/931606 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/tempora/tempora-5.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tempora/tempora-5.5.1.ebuild b/dev-python/tempora/tempora-5.5.1.ebuild index 0b4513b29cad..c51ba43ca67b 100644 --- a/dev-python/tempora/tempora-5.5.1.ebuild +++ b/dev-python/tempora/tempora-5.5.1.ebuild @@ -42,5 +42,5 @@ python_test() { fi local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p freezer + epytest -p freezegun }
