dvhb-hybrid icon indicating copy to clipboard operation
dvhb-hybrid copied to clipboard

Cleanup

Open rossnomann opened this issue 2 years ago • 0 comments

  • Fixed coding-style issues (flake8, isort, mypy)
  • Changed deprecated pytest.yield_fixture to pytest.fixture
  • Fixed wrong tree_id when rebuilding subtree in MPTT mixin
  • Fixed some tests (still need to enable tests for users app)
  • Removed Travis CI config and added a github workflow
  • Added missing packages to Pipfile and setup.py
  • Specified package versions in Pipfile and setup.py
  • Replaced aioredis by redis-py and prepared method_redis_once for deprecation/removal

Looks like it works on python versions from 3.7 to 3.9 For 3.10 we need to upgrade third-party packages such as aioworkers.

rossnomann avatar Jun 04 '22 07:06 rossnomann