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

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

%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

Re: django-pytest vs pytest-django

2019-10-09 Thread Jason L Tibbitts III
>>>>> "DM" == David Moreau-Simard writes: DM> I don't have the bandwidth to take care of pytest-django right now. DM> Would it be acceptable to propose a new package without %check until DM> it gets packaged ? It's OK to disable tests you can't run because