Source: python-sqlalchemy-utils
Version: 0.41.0-2
Severity: normal

Six usage has been removed before.

tchet@brix /tmp/python-sqlalchemy-utils $ grep six -r
CHANGES.rst:- Remove the dependency on the six package. (#605)
debian/control: python3-six,
debian/control: python3-six,

Package uses a bit of unittest.mock
& also flexmock.

tchet@brix /tmp/python-sqlalchemy-utils $ grep mock -r | grep -e debian -e 
import
debian/control: python3-flexmock,
debian/control: python3-mock,
sqlalchemy_utils/functions/__init__.py:from .mock import create_mock_engine, 
mock_engine  # noqa
sqlalchemy_utils/functions/render.py:from .mock import create_mock_engine
tests/primitives/test_weekdays.py:from flexmock import flexmock
tests/test_proxy_dict.py:from flexmock import flexmock
tests/test_translation_hybrid.py:from flexmock import flexmock
tests/types/test_choice.py:from flexmock import flexmock
tests/types/test_color.py:from flexmock import flexmock
tests/types/test_password.py:import unittest.mock as mock


Greetings

Reply via email to