Pradyot Ranjan
Pradyot Ranjan
I would like to work on this.
Hey can I work on this?
Hey can I work on this issue ?
Yes please assign this to me
I can try.
Sorry for making changes lazily. 🙂 I've updated the PR.
I've re added setuptools installation to the doctests session and removed checks for error messages.
would doing ``` @nox.session(name="doctests", python="3.11") ``` work?
Yess. I'll be more than happy to rework here.
Reason why tests are failing is because `pytest` recognises `arg`, `arg1`, `arg2` from across different function's arguments as [pytest fixtures](https://pytest-with-eric.com/fixtures/pytest-fixtures/#Fixtures-In-The-Test). I tried using lambda function in place of ```py def...