From d40757c74fa797a4d216929b9be77108e137fb8b Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 29 Jun 2025 21:33:22 -0400 Subject: [PATCH] reversed smpp redhat test removal fix --- packaging/redhat/python-apprise.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 5e361acf..2f0e9177 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -122,10 +122,6 @@ BuildRequires: python%{python3_pkgversion}-pytest-cov # at this time; remove failing test until this is resolved %{__rm} test/test_apprise_translations.py -# 2025.06.29: python-smpplib is not provided in rhel or fedora; remove test -# to avoid build failures -%{__rm} test/test_plugin_smpp.py - %build %py3_build