Convert pytest.py into a package#6304
Conversation
|
My PR from yesterday #6302 is pretty much the same. It failed CI twice on the Azure py37 job, timing out on the |
|
Sorry if already discusses somewhere, the long term plan is to remove the |
No, the |
|
the failure is quite weird, I can't reproduce it w/ 3.7.5x64 locally running |
Me neither... just pushed a skip for that test to see if it is that test the culprit, or something else. |
|
Weird, it is just that test who seems to be stucking CI... 🤔 |
|
Rá looking at the test things are clearer: the test uses |
As discussed in pytest-dev#3342, this is the first step to make pytest support static typing fully
3c0111c to
e5bd7fb
Compare


As discussed in #3342, this is the first step to make pytest fully support static typing.
Had a few minutes on my hands so decide to tackle this.