-
Notifications
You must be signed in to change notification settings - Fork 47
Fix unittest warnings #250
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingcode healthImprove code readability, simplify maintenance and so onImprove code readability, simplify maintenance and so ontesting
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcode healthImprove code readability, simplify maintenance and so onImprove code readability, simplify maintenance and so ontesting
Type
Fields
Give feedbackNo fields configured for issues without a type.
There are a lot of ResourseWarning and DeprecationWarning messages on unittest run that was hidden by
python setup.py testand revealed by install package tests that uses directpython -m unittest discover -vcommand. It is not just an issue of clean log output: it also may result in fail for warning capture tests: https://github.com/tarantool/tarantool-python/actions/runs/3297461689/jobs/5439859418