diff options
author | 2024-10-15 12:38:26 +0200 | |
---|---|---|
committer | 2024-10-15 14:56:29 +0200 | |
commit | d587f77e78853c939a0d9d67cbeb7e14bbd59911 (patch) | |
tree | 9109a7e31f87be2c27414970d515d997620689d7 /dev-python/simsimd | |
parent | dev-debug/gdb: Stabilize 15.2 sparc, #941497 (diff) | |
download | gentoo-d587f77e78853c939a0d9d67cbeb7e14bbd59911.tar.gz gentoo-d587f77e78853c939a0d9d67cbeb7e14bbd59911.tar.bz2 gentoo-d587f77e78853c939a0d9d67cbeb7e14bbd59911.zip |
dev-python/simsimd: Fix running tests
Closes: https://bugs.gentoo.org/941577
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/simsimd')
-rw-r--r-- | dev-python/simsimd/simsimd-5.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |