summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: cd71828ab48f234013d130bc9b305ebb25db75eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool:pytest]
addopts =
        --color=yes
        --ignore=setup.py
        --ignore=test-requirements.txt
        -r a
norecursedirs =
              .git
              dist
              build
              venv
              .env
testpaths =
          test
timeout = 120