File size: 160 Bytes
065fee7
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import platform


not_macOS = platform.system() != 'Darwin'

collect_ignore = ["hook-keyring.backend.py"] + [
    'keyring/backends/macOS/api.py'
] * not_macOS