Updated to 0.6.3
Fixed failing tests
This commit is contained in:
parent
37c97f5e32
commit
2c69f38b02
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/pytest-lazy-fixture-0.5.2.tar.gz
|
/pytest-lazy-fixture-0.5.2.tar.gz
|
||||||
|
/pytest-lazy-fixture-0.6.3.tar.gz
|
||||||
|
@ -7,11 +7,10 @@
|
|||||||
Use fixtures in pytest.mark.parametrize.}
|
Use fixtures in pytest.mark.parametrize.}
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.5.2
|
Version: 0.6.3
|
||||||
Release: 10%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Use fixtures in pytest.mark.parametrize
|
Summary: Use fixtures in pytest.mark.parametrize
|
||||||
|
|
||||||
# https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.python.org/pypi/%{pypi_name}
|
URL: https://pypi.python.org/pypi/%{pypi_name}
|
||||||
Source0: %pypi_source %{pypi_name}
|
Source0: %pypi_source %{pypi_name}
|
||||||
@ -55,6 +54,10 @@ PYTHONPATH="%{buildroot}/%{python3_sitelib}/" pytest-3
|
|||||||
%{python3_sitelib}/__pycache__
|
%{python3_sitelib}/__pycache__
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 20 2020 Aniket Pradhan <major AT fedoraproject DOT org> - 0.6.3-1
|
||||||
|
- Updated to 0.6.3
|
||||||
|
- Fixes failing tests
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-10
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-10
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pytest-lazy-fixture-0.5.2.tar.gz) = 57a79ce84a784b9145afeb185c051af75b484c10e6a899e24f4e22a553c574924113ce51ef0a546494ff97bcdaa39d83d95a3ae241719450b370f6be2bc759cd
|
SHA512 (pytest-lazy-fixture-0.6.3.tar.gz) = 3281edc516f21f23104d7fc188b5c9aecf364f55109dab52865cbfef4a540727eb2bd42fb9806a7e8be728b249bc7a224ffdbab96473f043bef9a7aea1e4baa8
|
||||||
|
Loading…
Reference in New Issue
Block a user