pytest-dev / py

Python development support library (note: maintenance only)
MIT License
67 stars 106 forks source link

test_svnwc.py is failing on Windows #161

Closed nicoddemus closed 1 year ago

nicoddemus commented 6 years ago

Output of the failures from AppVeyor in build 1.0.8: https://gist.github.com/nicoddemus/85b100282dabab1d1b7acd98c8795059

Skipping those tests for now until someone interested wants to pick this up.

RonnyPfannschmidt commented 6 years ago

shouldnt we use xfail(run=False) ?

nicoddemus commented 6 years ago

Of course, thanks for the pointer. Updated the PR.