|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
Name: python-%{upstream_name}
|
|
|
|
Version: 3.4.1
|
|
|
|
Version: 3.4.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Pytest plugin to randomly order tests and control random.seed
|
|
|
|
Summary: Pytest plugin to randomly order tests and control random.seed
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: https://github.com/pytest-dev/pytest-randomly
|
|
|
|
URL: https://github.com/pytest-dev/pytest-randomly
|
|
|
@ -65,6 +65,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 pytest-3 -p
|
|
|
|
%{python3_sitelib}/%{module_name}*.egg-info
|
|
|
|
%{python3_sitelib}/%{module_name}*.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 15 2020 Dan Callaghan <djc@djc.id.au> - 3.4.1-2
|
|
|
|
* Wed Jul 15 2020 Dan Callaghan <djc@djc.id.au> - 3.4.1-2
|
|
|
|
- skip tests for optional faker integration when it is not available
|
|
|
|
- skip tests for optional faker integration when it is not available
|
|
|
|
|
|
|
|
|
|
|
|