Replies: 2 comments 1 reply
|
Could you share your From the tox source, If it's still triggering, it likely means |
|
I cloned the repo at that commit and tested it, but I can't reproduce the pytest allowlist issue - pytest runs fine for me. Could you share the exact error message you're seeing? |
Uh oh!
There was an error while loading. Please reload this page.
I am not sure if I am doing this right, so bear with me:
My repo has
toxas a testing dependency (https://github.com/pylint-dev/pylint-pytest/blob/1bf53a3448e636f4df84e397d6190d354b45ef6f/requirements/dev.in#L18; soon™️-to-be converted touv), and part of the tox commands is to install the repo as editable, and run pytest (which is also a testing dependency).I am wondering if I am doing something wrong?
I have checked/read:
All reactions