Re: %pytest and pytest-django

2020-12-09 Thread Miro Hrončok
On 12/10/20 12:47 AM, Miro Hrončok wrote: On 12/9/20 10:43 PM, Kai A. Hiller wrote: Hi, I'm the maintainer of a python package that uses pytest and the pytest plugin pytest-django (python-authlib). Under %check I currently run `%{python3} -m pytest tests/core` to execute the tests. Now I want

Re: %pytest and pytest-django

2020-12-09 Thread Miro Hrončok
On 12/9/20 10:43 PM, Kai A. Hiller wrote: Hi, I'm the maintainer of a python package that uses pytest and the pytest plugin pytest-django (python-authlib). Under %check I currently run `%{python3} -m pytest tests/core` to execute the tests. Now I wanted to do the right thing and change that l

%pytest and pytest-django

2020-12-09 Thread Kai A. Hiller
Hi, I'm the maintainer of a python package that uses pytest and the pytest plugin pytest-django (python-authlib). Under %check I currently run `%{python3} -m pytest tests/core` to execute the tests. Now I wanted to do the right thing and change that line to the %pytest macro (`%pytest tests/c