From 3597de1543ba682fa01321cde70ad63aa359b3e6dafaa7884404953eb911e9bd Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 15 Jun 2018 20:45:00 +0000 Subject: [PATCH] Accepting request 617147 from home:TheBlackCat:branches:devel:languages:python - Use more compatible py.test syntax. OBS-URL: https://build.opensuse.org/request/show/617147 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-quicktions?expand=0&rev=3 --- python-quicktions.changes | 5 +++++ python-quicktions.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-quicktions.changes b/python-quicktions.changes index 5427632..3fc4600 100644 --- a/python-quicktions.changes +++ b/python-quicktions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 15 20:40:25 UTC 2018 - toddrme2178@gmail.com + +- Use more compatible py.test syntax. + ------------------------------------------------------------------- Wed May 16 15:36:31 UTC 2018 - toddrme2178@gmail.com diff --git a/python-quicktions.spec b/python-quicktions.spec index 24e82bd..9332e01 100644 --- a/python-quicktions.spec +++ b/python-quicktions.spec @@ -64,7 +64,7 @@ export CFLAGS="%{optflags}" %check %{python_expand export PYTHONDONTWRITEBYTECODE=1 export PYTHONPATH=%{buildroot}%{$python_sitearch} -pytest-%{$python_bin_suffix} src/test_fractions.py --capture=no --strict +py.test-%{$python_bin_suffix} src/test_fractions.py --capture=no --strict } %files %{python_files}