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.
master
main
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
rq
/
dev-requirements-36.txt
7 lines
66 B
Plaintext
Raw
Permalink
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==21.3
coverage==6.2
psutil
pytest
pytest-cov
add lint target in Makefile (#1940) * add lint target in Makefile add black and ruff to dev reqs * remove black and ruff from 3.6 reqs as ruff is not compatible with 3.6 * remove black and ruff - seems to be causing tests to fail
2 years ago
sentry-sdk