You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The master branch is also failing the testsuite on appveyor (see #1 where this has also been encountered). The problem is simply a non supported option of py.test
Thank you very much for letting me know. The issue comes from py.test having recently switched from using the --duration flag to the --durations flag (although they don't appear to have documented this anywhere). Originally I caught this for travis but missed appveyor and azure. The same issue affected flipper and curver but all three have now had this fixed in their dev branches and the master will be updated at the weekend.
The master branch is also failing the testsuite on appveyor (see #1 where this has also been encountered). The problem is simply a non supported option of py.test
The text was updated successfully, but these errors were encountered: