We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a build is run, tests are run in Linux VM and they are (normally) all Passed.
Locally, the tests are only Passed on Linux and not Windows.
Following errors are raised by the tests on windows
svn.exception.SvnException: Command failed with (1): ['svn', '--non-interactive', 'info', ...
svn.exception.SvnException: Command failed with (3221226505): ['svn', '--non-interactive', 'checkout', ...
PermissionError: [WinError 5] Access is denied: '..svn-base'
shutil.rmtree
It would be good to try to make them work on Windows for people who don't use Linux or don't know how to setup a Linux WSL.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a build is run, tests are run in Linux VM and they are (normally) all Passed.
Locally, the tests are only Passed on Linux and not Windows.
Following errors are raised by the tests on windows
svn.exception.SvnException: Command failed with (1): ['svn', '--non-interactive', 'info', ...
svn.exception.SvnException: Command failed with (3221226505): ['svn', '--non-interactive', 'checkout', ...
PermissionError: [WinError 5] Access is denied: '..svn-base'
(when performingshutil.rmtree
during teardown)It would be good to try to make them work on Windows for people who don't use Linux or don't know how to setup a Linux WSL.
The text was updated successfully, but these errors were encountered: