forked from pool/python-vcrpy
Accepting request 508400 from home:seanmarlow:branches:devel:languages:python
Update version to 1.11.1 OBS-URL: https://build.opensuse.org/request/show/508400 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-vcrpy
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: python-vcrpy
|
||||
Version: 1.10.2
|
||||
Version: 1.11.1
|
||||
Release: 0
|
||||
Summary: Automatically mock your HTTP interactions to simplify and speed up testing
|
||||
License: MIT
|
||||
@@ -29,7 +29,7 @@ BuildRequires: python-PyYAML
|
||||
BuildRequires: python-contextlib2
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: python-pytest-localserver
|
||||
BuildRequires: python-pytest
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-six
|
||||
BuildRequires: python-wrapt
|
||||
@@ -60,7 +60,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
#python setup.py test
|
||||
# Integration tests require internet access;
|
||||
# fail with 'Temporary failure in name resolution'
|
||||
PYTHONPATH=$PYTHONPATH:.:./tests py.test-2.7 tests/unit
|
||||
PYTHONPATH=$PYTHONPATH:.:./tests py.test-2.7 -k "not testing_connect" tests/unit
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Reference in New Issue
Block a user