mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Migrate to uv build system
- Remove Makefile - Add Justfile - Bump deps - Update .editorconfig - Update contributing.rst - Add `1770.misc.rst` - Reformat
This commit is contained in:
parent
f9ba9e37c6
commit
34528c95d5
11 changed files with 819 additions and 786 deletions
|
|
@ -122,7 +122,7 @@ class TestBot:
|
|||
|
||||
# https://github.com/Tinche/aiofiles#writing-tests-for-aiofiles
|
||||
aiofiles.threadpool.wrap.register(MagicMock)(
|
||||
lambda *args, **kwargs: aiofiles.threadpool.binary.AsyncBufferedIOBase(*args, **kwargs)
|
||||
lambda *args, **kwargs: aiofiles.threadpool.binary.AsyncBufferedIOBase(*args, **kwargs) # noqa: PLW0108
|
||||
)
|
||||
|
||||
mock_file = MagicMock()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue