From 80f24636cf67bbf0dce7acc9c96c6331fd322618 Mon Sep 17 00:00:00 2001 From: Troy Curtis Jr Date: Aug 11 2023 02:28:41 +0000 Subject: Add an import test. --- diff --git a/python-inotify.spec b/python-inotify.spec index 91ea050..8c1993f 100644 --- a/python-inotify.spec +++ b/python-inotify.spec @@ -39,6 +39,9 @@ sed -i '1c#! %{__python3}' python3/pyinotify.py %install %py3_install +%check +%py3_check_import pyinotify + %files -n python%{python3_pkgversion}-inotify %license COPYING %doc ACKS README.md