gogobera

Results 5 comments of gogobera

Bug and resolution still exist with Poetry 1.6.1. Removing repo in `~/.cache/pypoetry/virtualenvs/-py3.11/src` allowed the `poetry lock` command to succeed. Error was consistent regardless of using the git repo's full hash,...

I have a similar request as @ggrelet . I have a time-expensive configuration procedure for my system under test, and it seemed appropriate to execute this configuration in a session-scoped...

I have a work-around in mind. It suits my needs a bit better than, perhaps, the needs of the OP, because I care about triggering when a test requires a...

Output from hacky code: ``` $ python3 -m pytest -s scope_issues/scope_test.py --repeat-scope="session" ==== test session starts ==== platform linux -- Python 3.7.10, pytest-6.2.3, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir:...

I do like @cladmi's idea of scoping `__pytest_repeat_step_number` better than what I've done. I'm not sure there's any reason to _not_ adopt that change in the code. I don't think...