- Update to 1.10.3:

* Fix test suite in Python 3.8. Thanks @hroncok for the report and @blueyed for the PR (#140).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mock?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-04-01 08:36:12 +00:00
committed by Git OBS Bridge
parent dfed9bffb9
commit 30379a6a38
4 changed files with 11 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-pytest-mock
Version: 1.10.2
Version: 1.10.3
Release: 0
Summary: Thin-wrapper around the mock package for easier use with pytest
License: MIT
@@ -60,7 +60,7 @@ of a test
%check
export PYTHONDONTWRITEBYTECODE=1
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} test_pytest_mock.py
%pytest test_pytest_mock.py
%files %{python_files}
%doc CHANGELOG.rst