dev-python/tempora: Fix fixture name

Closes: https://bugs.gentoo.org/934596
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-06-20 16:27:46 +02:00
parent 77b45d606b
commit e4dd973514

View File

@@ -41,5 +41,5 @@ python_test() {
fi
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest -p freezegun
epytest -p freezer
}