File: conftest.py

package info (click to toggle)
python-keyring 17.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 464 kB
  • sloc: python: 1,449; sh: 12; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
import platform

collect_ignore = [
    "hook-keyring.backend.py",
]

if platform.system() != 'Darwin':
    collect_ignore.append('keyring/backends/_OS_X_API.py')

collect_ignore.append('keyring/devpi_client.py')