]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/tests/functional/pyzfs/pyzfs_unittest.ksh.in
Removed Python 2 and Python 3.5- support
[mirror_zfs.git] / tests / zfs-tests / tests / functional / pyzfs / pyzfs_unittest.ksh.in
index 4ca610e5f1e993c244e9e53ae835d436946a7ca0..1f58d8116b68666111b78724ec44897babab51f6 100755 (executable)
@@ -30,7 +30,7 @@ verify_runnable "global"
 # Verify that the required dependencies for testing are installed.
 @PYTHON@ -c "import cffi" 2>/dev/null
 if [ $? -eq 1 ]; then
-       log_unsupported "python-cffi not found by Python"
+       log_unsupported "python3-cffi not found by Python"
 fi
 
 # We don't just try to "import libzfs_core" because we want to skip these tests