- Update to 1.7.0:
* Support pytest 4 * Support python 3.7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-virtualenv?expand=0&rev=5
This commit is contained in:
parent
f07e33e503
commit
0292233247
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d281725d10848773cb2b495d1255dd0a42fc9179e34a274c22e1c35837721f19
|
||||
size 14735
|
BIN
pytest-virtualenv-1.7.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pytest-virtualenv-1.7.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 08:53:22 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 1.7.0:
|
||||
* Support pytest 4
|
||||
* Support python 3.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 09:13:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pytest-virtualenv
|
||||
Version: 1.6.0
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: Virtualenv fixture for pytest
|
||||
License: MIT
|
||||
@ -50,7 +50,6 @@ what's installed.
|
||||
|
||||
%prep
|
||||
%setup -q -n pytest-virtualenv-%{version}
|
||||
sed -i -e 's:pytest<4.0.0:pytest:g' setup.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@ -60,7 +59,7 @@ sed -i -e 's:pytest<4.0.0:pytest:g' setup.py
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGES.md README.md
|
||||
|
Loading…
Reference in New Issue
Block a user