Ran Benita
Ran Benita
I realized after the fact what @webknjaz and the peter-evans/create-pr docs say, that a deploy key will only trigger `push` event but not `pull-request` event which is what we need....
Reopening, see #10354...
@webknjaz Heh that's indeed clever. We can try this if nothing else works. Slight downside is that it will create extra notifications for the last push, but that's not too...
> ```py > # The following would also work: > foo(datetime.date.today()) > other_dt: datetime.date = dt > ``` The two lines combine to mean that `X` is both a subtype...
For me this happened due to this: virtualenvs created with `virtualenv` have `wheel` installed: ``` $ virtualenv venv created virtual environment CPython3.8.2.final.0-64 in 222ms creator CPython3Posix(dest=/home/ran/venv, clear=False, global=False) seeder FromAppData(download=False,...
@felixxm @ngnpope Would be happy if you pick this up. It will take me some effort to page these changes in. But I can do the rebase if that would...
This was done in a4a189ad9
Marking as fixed in pytest 8.0.0 (#11646), let me know if not.
@hennadii-demchenko Apologies for the repetitiveness on my part (I think you probably answered this in one of the previous comments), but can you describe again what you *expect* to happen...
I think we ought to avoid context vars, IMO they will cause more headache than is worth. So this makes it necessary to pass in `request`, at which point the...