Sylvain Marié
Sylvain Marié
Any other feedback from core devs ? I may take a stab at it in a few weeks, but would love the spec to be quite clear before rushing into...
See also #167, maybe this is a duplicate ?
Hi there, it seems that if the empty statement is the first one it still fails: ```python from mako.template import Template template = r""" % if True: % elif lose:...
no worries I found a workaround, but could you please just reopen the ticket so that when a maintainer is active, he will know what to fix ? Thanks!
Thanks @dimko for this feedback ! In the current version it is not possible to mark specific steps. However you can use `pytest.xfail()` and `pytest.skip()` directly in the test code...
Nice catch @j-carson !
I was not able to reproduce this with the above code unfortunately. Could you please let me know how to reproduce it ? (note: I tried to replace it with...
I tried on two existing environments with latest version of pandas and could not see this :( I'll try again tomorrow
No worries. Note that I hacked nox for my projects so that you get a nice log for each job under `.nox/_runlogs` so you can access the file corresponding to...
That's so nice of you @aaronsmith1234 to share this workaround ! It is persons like you who make open source so great :) I very much appreciate. I'll leave the...