Fix line ending issues
This commit is contained in:
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -13,5 +13,3 @@ Here's a quick checklist that should be present in PRs:
|
|||||||
```
|
```
|
||||||
Fix issue with non-ascii contents in doctest text files.
|
Fix issue with non-ascii contents in doctest text files.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
1
LICENSE
1
LICENSE
@@ -16,4 +16,3 @@
|
|||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
|
|||||||
@@ -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 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,
|
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.
|
it seems it would be very hard to get it right and easy to break by any small change in pytest.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user