Closed tcmitchell closed 3 years ago
There are several more places where these warnings exist. pytest reveals them, and the unittest module can reveal them if run with additional flags:
pytest
unittest
python3 -We -m unittest discover -s test
273 is a partial fix.
There are several more places where these warnings exist.
pytest
reveals them, and theunittest
module can reveal them if run with additional flags: