Enable stubtest for aiofiles (#6698)

This commit is contained in:
Sebastian Rittau
2021-12-26 14:54:42 +01:00
committed by GitHub
parent 74cd202b2d
commit d065ee4aef
3 changed files with 9 additions and 6 deletions
@@ -1,3 +1,8 @@
# Some arguments only exist on FreeBSD and MacOS
aiofiles.os.sendfile
# These all delegate using *args,**kwargs, but stubs use signature of
# method they are being delegated to.
aiofiles.threadpool.binary.AsyncBufferedIOBase.close
aiofiles.threadpool.binary.AsyncBufferedIOBase.detach
aiofiles.threadpool.binary.AsyncBufferedIOBase.fileno