commit: d587f77e78853c939a0d9d67cbeb7e14bbd59911 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Oct 15 10:38:26 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Oct 15 12:56:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d587f77e
dev-python/simsimd: Fix running tests Closes: https://bugs.gentoo.org/941577 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/simsimd/simsimd-5.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/simsimd/simsimd-5.7.0.ebuild b/dev-python/simsimd/simsimd-5.7.0.ebuild index 633192d3f2c5..3b7152ad7a71 100644 --- a/dev-python/simsimd/simsimd-5.7.0.ebuild +++ b/dev-python/simsimd/simsimd-5.7.0.ebuild @@ -60,5 +60,5 @@ src_prepare() { python_test() { local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p repeat python/test.py + epytest -p repeat scripts/test.py }
