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:
2023-05-02 21:32:30 -05:00
parent 31f47f60c2
commit cf4c14f9f8
2 changed files with 9 additions and 11 deletions

1
.gitignore vendored
View File

@ -2,4 +2,5 @@ tests/*
!tests/*.*
bin/
*.sw?