commit: e4dd9735141284052e7a705649af6aff522f71d8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jun 20 14:27:46 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jun 20 15:19:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4dd9735
dev-python/tempora: Fix fixture name Closes: https://bugs.gentoo.org/934596 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/tempora/tempora-5.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tempora/tempora-5.6.0.ebuild b/dev-python/tempora/tempora-5.6.0.ebuild index 0e241bf5a56e..7849e72a6ea3 100644 --- a/dev-python/tempora/tempora-5.6.0.ebuild +++ b/dev-python/tempora/tempora-5.6.0.ebuild @@ -41,5 +41,5 @@ python_test() { fi local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p freezegun + epytest -p freezer }
