1import platform
2
3collect_ignore = []
4
5if platform.system() != 'Windows':
6    collect_ignore.append('keyrings/alt/_win_crypto.py')
7