-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
Newline/encoding issues causing tests to fail on Windows #379
Comments
The reason for errors in the Lines 34 to 39 in 33415cf
|
For the TSDB tests, the issue was similar in that the code is fine but the tests are buggy for Windows. In this case it's the use of Pathlib.Path.write_text() to write the testsuite files: Lines 54 to 59 in 33415cf
The I think it is true that TSDB database files invariably use |
It looks like newline issues are causing problems with running tests on windows:
This seems to affect the
tsdb
andtdl
tests.The text was updated successfully, but these errors were encountered: