Use tracing profile for tests

This commit is contained in:
mulhern 2019-09-06 20:30:17 -04:00
parent 7e4ea07a04
commit faf2504ef3

View File

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 0.07
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Transformer to dbus-python types
License: ASL 2.0
@ -45,7 +45,7 @@ Python 3 version.
%py3_install
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v tests
PYTHONPATH=%{buildroot}%{python3_sitelib} TRAVIS=true pytest-%{python3_version} -v tests
%files -n python3-%{srcname}
%license LICENSE
@ -54,6 +54,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v tests
%{python3_sitelib}/into_dbus_python-*.egg-info/
%changelog
* Fri Sep 6 2019 mulhern <amulhern@redhat.com> - 0.07-2
- Use tracing profile for tests
* Fri Sep 6 2019 mulhenr <amulhern@redhat.com> - 0.07-1
- New version: 0.07