build: require cheroot<11 with adapter test dependencies by zimeg · Pull Request #1375 · slackapi/bolt-python
Summary
This PR has a workaround for #1374 to use cheroot<11 in adapter tests.
Testing
Works on my machine and I hope CI now too. Huge kind thanks to @WilliamBergamin for helping me fix my test running setups! 🙏 ✨
Notes
I don't believe we should close the linked issue with this, but was wanting to unblock CI for ongoing finding! 🔍
Category
- Adapters in
slack_bolt.adapter
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
- I've read and understood the Contributing Guidelines and have done my best effort to follow them.
- I've read and agree to the Code of Conduct.
- I've run
./scripts/install_all_and_run_tests.shafter making the changes.