[code-quality] Re: Checking pytest dependencies for astroid

2021-10-25 Thread Ian Stapleton Cordasco
I would strongly suggest using tox to run tests without modifying it to use system packages. Sent from my phone with my typo-happy thumbs. Please excuse my brevity On Sun, Oct 24, 2021, 23:24 Markus Elfring wrote: > > It seems you're missing "pytest-cov", … > > [Markus_Elfring@fedora lokal]$ rp

[code-quality] Re: Checking pytest dependencies for astroid

2021-10-25 Thread Markus Elfring
… with "pip install -r requirements_test.txt". The command “pytest astroid” failed once more on my system also after the execution of the suggested software installation variant. Regards, Markus ___ code-quality mailing list -- [email protected]

[code-quality] Re: Checking pytest dependencies for astroid

2021-10-25 Thread Ian Stapleton Cordasco
What was the exact output provided by pip? Sent from my phone with my typo-happy thumbs. Please excuse my brevity On Mon, Oct 25, 2021, 12:44 Markus Elfring wrote: > >… with "pip install -r requirements_test.txt". > > The command “pytest astroid” failed once more on my system > also after the e