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
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
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