slackapi / bolt-python

A framework to build Slack apps using Python
https://slack.dev/bolt-python/
MIT License
1.03k stars 237 forks source link

remove unused multiprocessing test mode #1011

Closed WilliamBergamin closed 6 months ago

WilliamBergamin commented 6 months ago

This PR aims to remove the logic that implements the multiprocessing testing mode (in favor of the threading mode). This mode is no longer used in CI/CD or development.

This PR paves the path to implement similar changes brought to the slack-sdk in #1445 that replaces the Flask-Sockets dependency with aiohttp

Category

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.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5e63905) 91.76% compared to head (1b86be7) 91.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1011 +/- ## ======================================= Coverage 91.76% 91.76% ======================================= Files 181 181 Lines 6312 6312 ======================================= Hits 5792 5792 Misses 520 520 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.