Remove %check

This commit is contained in:
mulhern 2022-02-15 21:20:17 -05:00
parent e50ed310c4
commit 7bee338249

View File

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 0.04
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Parser for a D-Bus Signature
License: ASL 2.0
@ -35,9 +35,6 @@ Python 3 version.
%install
%py3_install
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest -v tests/test_deterministic.py
%files -n python3-%{srcname}
%license LICENSE
%doc README.rst
@ -45,6 +42,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest -v tests/test_d
%{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/
%changelog
* Tue Feb 15 2022 mulhern <amulhern@redhat.com> - 0.04-8
- Remove %check
* Tue Feb 15 2022 mulhern <amulhern@redhat.com> - 0.04-7
- Add gating tests