python-psutil/test_bundled.fmf
2024-08-21 13:43:39 +02:00

14 lines
178 B
Plaintext

framework: shell
require:
- make
- gcc
- procps-ng
- python3-psutil
- python3-psutil-tests
- python3-devel
- python3-setuptools
- sed
test: |
python3 -m psutil.tests
tty: true