Hello community,
here is the log from the commit of package python-pytest-codestyle for
openSUSE:Factory checked in at 2019-08-22 15:05:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-codestyle (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-codestyle.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-codestyle"
Thu Aug 22 15:05:21 2019 rev:3 rq:725250 version:1.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-codestyle/python-pytest-codestyle.changes
2019-02-14 14:34:48.807612963 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-codestyle.new.7948/python-pytest-codestyle.changes
2019-08-22 15:17:53.106342634 +0200
@@ -1,0 +2,5 @@
+Thu Aug 22 08:49:22 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Fix pytest call
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-codestyle.spec ++++++
--- /var/tmp/diff_new_pack.dOmPBX/_old 2019-08-22 15:17:53.510342528 +0200
+++ /var/tmp/diff_new_pack.dOmPBX/_new 2019-08-22 15:17:53.510342528 +0200
@@ -23,7 +23,7 @@
Summary: Pytest plugin to run pycodestyle
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/henry0312/pytest-codestyle
+URL: https://github.com/henry0312/pytest-codestyle
Source:
https://files.pythonhosted.org/packages/source/p/pytest-codestyle/pytest-codestyle-%{version}.tar.gz
Patch0: fix-super.patch
BuildRequires: %{python_module pycodestyle}
@@ -35,7 +35,6 @@
Requires: python-pycodestyle
Requires: python-pytest
BuildArch: noarch
-
%python_subpackages
%description
@@ -53,8 +52,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-export PYTHONPATH="$PWD"
-%python_exec %{_bindir}/py.test
+%pytest
%files %{python_files}
%doc README.md