diff options
author | 2022-03-17 17:49:38 +0000 | |
---|---|---|
committer | 2022-04-18 17:43:23 +0100 | |
commit | f1ff14c5872cca2674c819559179073eaa5a671f (patch) | |
tree | facead51a704ba0bb5a2824bbc62651e415c5426 /tests/helpers.py | |
parent | Parse infraction search reason as regex before calling site (#2126) (diff) |
Remove aio-pika and psutil
aio-pika was used in the RabbitMQ cog (added in https://github.com/python-discord/bot/pull/90) which has since been deleted. It is no longer used.
psutil was used to automatically determine how many threads to use when testing.
However, this package has been quite slow to publish wheels for new Python versions.
Since we don't use it for anything mission critical, I have removed it and hardcoded the number of threads to use when when testing to 8.
An error is not raised it the number of threads used exceeds the number of actual threads available.
Diffstat (limited to 'tests/helpers.py')
0 files changed, 0 insertions, 0 deletions