compatibility with pytest 4+ officially. And of course, we

don't have to massacre test files anymore.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyHamcrest?expand=0&rev=17
This commit is contained in:
Matej Cepl 2019-11-21 12:38:50 +00:00 committed by Git OBS Bridge
parent f49e15a53d
commit 6b129d17c1
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,8 @@ Thu Nov 21 12:06:53 CET 2019 - Matej Cepl <mcepl@suse.com>
- Remove pytest4.patch and replace it with pytest4-02.patch,
which is the upstream gh#hamcrest/PyHamcrest#124 fixing
compatibility with pytest 4+ officially.
compatibility with pytest 4+ officially. And of course, we
don't have to massacre test files anymore.
-------------------------------------------------------------------
Tue Nov 5 11:20:23 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -65,8 +65,6 @@ rm pytest.ini
%python_expand %fdupes %{buildroot}%{$python_sitelib}/hamcrest
%check
# gh#hamcrest/PyHamcrest#123
rm -f tests/hamcrest_unit_test/core/is{_test,instanceof_test}.py
%pytest
%files %{python_files}