Makefiles: update tests to ignore the BareExcept warning.
The `unittest` library still contains a number of bare exceptions, which now result in warnings from the compliler. Patching the standard library to remove these warnings is outside the scope of this project, so we're going to ignore these warnings.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,4 +2,5 @@ tests/*
|
||||
!tests/*.*
|
||||
|
||||
|
||||
bin/
|
||||
*.sw?
|
||||
|
Reference in New Issue
Block a user