mirror of https://github.com/peter4431/rq.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6692587f74
* use shutil.get_terminal_size instead of click.get_terminal_size() resolves warning: rq/cli/helpers.py:107: DeprecationWarning: 'click.get_terminal_size()' is deprecated and will be removed in Click 8.1. Use 'shutil.get_terminal_size()' instead. termwidth, _ = click.get_terminal_size() * remove StrictVersion from rq * asyncio.get_event_loop -> asyncio.new_event_loop() resolves warning: tests/test_job.py::TestJob::test_create_job_with_async rq/rq/job.py:839: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() * Add python 3.10 to matrix Co-authored-by: rpkak <rpkak@users.noreply.github.com> |
3 years ago | |
---|---|---|
.. | ||
config_files | 6 years ago | |
ssl_config | 4 years ago | |
Dockerfile | 4 years ago | |
__init__.py | 4 years ago | |
fixtures.py | 4 years ago | |
test.json | 3 years ago | |
test_callbacks.py | 4 years ago | |
test_cli.py | 3 years ago | |
test_commands.py | 3 years ago | |
test_connection.py | 5 years ago | |
test_decorator.py | 4 years ago | |
test_fixtures.py | 4 years ago | |
test_helpers.py | 10 years ago | |
test_job.py | 3 years ago | |
test_queue.py | 3 years ago | |
test_registry.py | 3 years ago | |
test_retry.py | 3 years ago | |
test_scheduler.py | 3 years ago | |
test_sentry.py | 4 years ago | |
test_serializers.py | 5 years ago | |
test_utils.py | 3 years ago | |
test_worker.py | 3 years ago | |
test_worker_registration.py | 4 years ago |