mirror of https://github.com/scrapy/scrapy.git
Updated Scrapy release procedure (markdown)
parent
3e9a30b684
commit
3e68b5351e
|
|
@ -145,12 +145,6 @@ If you’ve released a patch version, you should merge its branch into the main
|
|||
|
||||
## Upgrade CI packages
|
||||
|
||||
To avoid the risk of CI suddenly failing and confusing pull request authors, we freeze some CI packages:
|
||||
|
||||
- bandit
|
||||
- flake8
|
||||
- pylint
|
||||
- pytest-cov
|
||||
- pytest-flake8
|
||||
To avoid the risk of CI suddenly failing and confusing pull request authors, we freeze some CI packages in `tox.ini` and `tests/requirements.txt`.
|
||||
|
||||
Right after a major or minor release would be a good time to update those packages, solving or allow-listing any issue raised by their new versions.
|
||||
Loading…
Reference in New Issue