summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-09 15:14:53 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-09 15:22:59 +0200
commit4ae4d26c07d450cb545f6d1169a4bf81c5e6e762 (patch)
tree65fa12669e78bcdb3bc3c8ae3851d66ee70feb33
parentx11-misc/rss-glx: update HOMEPAGE, SRC_URI (diff)
downloadgentoo-4ae4d26c07d450cb545f6d1169a4bf81c5e6e762.tar.gz
gentoo-4ae4d26c07d450cb545f6d1169a4bf81c5e6e762.tar.bz2
gentoo-4ae4d26c07d450cb545f6d1169a4bf81c5e6e762.zip
dev-python/tempora: Fix pytest plugin name
Closes: https://bugs.gentoo.org/931606 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/tempora/tempora-5.5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}