File: setup.cfg

package info (click to toggle)
python-saneyaml 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 312 kB
  • sloc: python: 336; makefile: 2
file content (48 lines) | stat: -rw-r--r-- 578 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[bdist_wheel]
universal = 1

[metadata]
license_file = NOTICE

[aliases]
release = clean --all sdist bdist_wheel 

[tool:pytest]
norecursedirs =
    .git
    bin
    dist
    build
    _build
    dist
    local
    ci
    docs
    man
    share
    samples
    .cache
    .settings
    etc
    Include
    include
    Lib
    lib
    Scripts
    thirdparty/*
    tmp/*
    tests/testdata/*

python_files = *.py

python_classes=Test
python_functions=test

addopts =
    -rfEsxXw
    --strict
     -s
     -vv
    --ignore docs/conf.py
    --ignore setup.py
    --doctest-modules