mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
python3-numpy: Add ptest
Since 1.15, numpy have replaced nose with pytest testing framework it additionally needs hypothesis and sortedcontainers modules (From OE-Core rev: 13ff38ffd216fcd7044d7a0f46c8907d64ce3f6e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
5
meta/recipes-devtools/python-numpy/files/run-ptest
Normal file
5
meta/recipes-devtools/python-numpy/files/run-ptest
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import numpy
|
||||
numpy.test(label='full', verbose=2)
|
||||
|
||||
Reference in New Issue
Block a user