Commit History

Author SHA1 Message Date
  Dominik Wombacher 49be21253e tests: Rename 'alembic-3' to 'alembic' in unit tests, sed commands to replace it during container start removed. Not required anymore after dropping Python 2 a while ago. 5 months ago
  Dominik Wombacher 47aee43403 tests: Make container entrypoint and run test scripts more reliable, fail on error, and always merge feature branch against upstream/master and not fork/master. 5 months ago
  Dominik Wombacher 056b769972 tests: Install missing dependencies in pip container to fix 'Failed building wheel for Pillow' 5 months ago
  Dominik Wombacher cfdc134744 tests: Set executable flag for 'runtests_py3.sh' and 'tox_py3.sh' to align with later usage in unit test containers. 5 months ago
  Dominik Wombacher 2e1382b79b tests: Disable F39 RPM test because of pytest+xdist bug 5 months ago
  Dominik Wombacher 51a3fb7691 build: python3-cchardet replaced by python3-chardet in F39 5 months ago
  Dominik Wombacher cc54bd6f0c tests: Revert 'CI pipeline - Drop tests on Fedora RPM temporary', bump rpm container Dockerfile to F39 5 months ago
  Dominik Wombacher 66d0a1fdf4 fix: black/flake8 formatting issue 5 months ago
  Dominik Wombacher 46c9a98886 tests: CI pipeline - Drop tests on Fedora RPM temporary because of pytest xdist issues, tasks stuck till OOM Killer hits. Bump pip based tests to F39 and run against all available tox environments (py39, py310, py311, py312) 5 months ago
  Dominik Wombacher 430e28caac chore: Remove Celery related MonkeyPatch after applying the Patch from Klaus Koder 5 months ago
  Klaus Koder 29baf9c9ea Fix Celery related exception in get_key_for_task 1 year ago
  Klaus Koder 2ad7ddd96d Fix warning jinga2.escape DeprecationWarning 1 year ago
  Klaus Koder 9b74b3cfa2 Fix PagureHooksPagureHooktests failure when system wide config exist 1 year ago
  Klaus Koder 59edf69901 Drop the dependency on python-trololio (in favor of asyncio) 1 year ago
  Michal Konečný ee9713375e fix: Address unit test issues and deprecation warnings 5 months ago
  Dominik Wombacher 28995de392 tests: Revert 80c9020eae7260851266b539d0aff1fee8222458 5 months ago
  Dominik Wombacher 771ae3100e build: Remove version pinning from pytest* packages 5 months ago
  Dominik Wombacher 24028804c7 tests: Run by default on all logical CPUs in rpm tests containers 5 months ago
  Dominik Wombacher 8aa006b9df build: Remove version pinning of flake8 python package 5 months ago
  Dominik Wombacher d7803cdd4f tests: 'assertNotEquals' deprecated and removed, replaced by 'assertNotEqual' 5 months ago
  Dominik Wombacher 8c30108368 tests: 'assertEquals' deprecated and removed, replaced by 'assertEqual' 5 months ago
  Dominik Wombacher 9aa1ae0aa5 fix: Flake8 formatting issues, findings tests/test_style.py::TestStyle::test_code_with_flake8 5 months ago
  Dominik Wombacher 5a62625c8d fix: Black formatting issues, findings of tests/test_style.py::TestStyle::test_code_with_black 5 months ago
  Dominik Wombacher f36011603e tests: Fix failed test test_get_stats_commits_empty_git 5 months ago
  Dominik Wombacher 38598bc9bc tests: Undo previous code change during debugging 5 months ago
  Dominik Wombacher 315ec2def8 tests: Monkey Patch as temporary workaround for celery task_id = None issues. Needs a better solution later 5 months ago
  Dominik Wombacher 4a6c14d056 tests: Debug celery/redis task_id None issue 5 months ago
  Dominik Wombacher d06f744df3 build: Version pinning for redis-py package removed 5 months ago
  Dominik Wombacher b0793d2f55 build: Pin sqlalchemy to any version below major release 2.0.0, latst 1.4x releases provide Py311 and Py312 support 5 months ago
  Dominik Wombacher 7bebc035a1 build: Remove version pinning from Celery to support Py311 and Py312 5 months ago