Fix line ending issues

This commit is contained in:
Bruno Oliveira
2018-07-27 18:15:58 -03:00
parent 9e14e78d07
commit 7ec8e4310c
4 changed files with 0 additions and 7 deletions

View File

@@ -74,5 +74,3 @@ serialize collected items to send them through the wire, as workers live in anot
The problem is that test items are not easily (impossible?) to serialize, as they contain references to
the test functions, fixture managers, config objects, etc. Even if one manages to serialize it,
it seems it would be very hard to get it right and easy to break by any small change in pytest.