This website works better with JavaScript.
Explore
Help
Sign In
util
/
rq
mirror of
https://github.com/peter4431/rq.git
Watch
4
Star
0
Fork
You've already forked rq
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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.
af2dfb1446
main
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'af2dfb1446'
${ noResults }
rq
/
dev-requirements.txt
7 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Coverage fixes (#1890) * Don't fail CI if codecov fails * Remove codecov from dev-requirements.txt * Pin packaging dependency to 21.3 * Pin coverage to 6.5.0 * Pin coverage to 6.2 * Downgrade packaging * Drop Python 3.6 from test matrix * Reenable Python 3.6 in tests * Downgrade coverage req * Make a different dev-requirements file for Python 3.6 * Moved dev-requirements-36 to root dir
2 years ago
packaging
coverage
feat: avoided "zombie" processes after killing work horse (#1348) * feat: avoided "zombie" processes after killing work horse by setting work horse process group and killing this group * fixed tests * tests: added test to check that all workhorse subprocesses are killed * tests: updated guthub run tests dependencies since they are not using (dev-)requirements.txt Co-authored-by: Ruslan Mullakhmetov <ruslan@twentythree.net>
4 years ago
psutil
tests: added ability to run tests in Docker (#1361) * tests: added ability to run tests in Docker useful to run full test suit on Mac * tests: minor improvement in dockerfile for tests * tests: typo in Dockerfile * tests: updated dev requirements Co-authored-by: Ruslan Mullakhmetov <ruslan@twentythree.net>
4 years ago
pytest
tests: updated github worklow for tests to use requirements.txt and d… (#1364) * tests: updated github worklow for tests to use requirements.txt and dev-requirements.txt * build: updated dev-requirements.txt Co-authored-by: Ruslan Mullakhmetov <ruslan@twentythree.net>
4 years ago
pytest-cov
sentry-sdk