forked from pool/python-pytest-flake8
- Update to 1.0.5:
* Fix deprecation warning OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flake8?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
727fc3f3a8
commit
0f742220b5
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-flake8
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pytest-flake8
|
||||
Version: 1.0.4
|
||||
Version: 1.0.5
|
||||
Release: 0
|
||||
Summary: Plugin for pytest to check FLAKE8 requirements
|
||||
License: BSD-2-Clause
|
||||
@@ -49,7 +49,7 @@ Plugin for py.test for efficiently checking PEP8 compliance.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user