File: python3-blosc

package info (click to toggle)
python-blosc 1.9.2%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 440 kB
  • sloc: python: 827; ansic: 464; makefile: 227; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 126 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/sh
set -e
cd /
for py in $(py3versions -s); do echo "[*] testing $py:"; $py -c 'import blosc; blosc.test()' 2>&1; done