forked from papis/papis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
22 lines (20 loc) · 801 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tool:pytest]
addopts = --doctest-modules
--ignore=papis/tests/cli.py
--ignore=papis/database/tests/__init__.py
--ignore=papis/deps
--ignore=tests/downloaders/test_acs.py
--ignore=tests/downloaders/test_annualreviews.py
--ignore=tests/downloaders/test_aps.py
--ignore=tests/downloaders/test_fallback.py
--ignore=tests/downloaders/test_hal.py
--ignore=tests/downloaders/test_iopscience.py
--ignore=tests/downloaders/test_sciencedirect.py
--ignore=tests/downloaders/test_springer.py
--ignore=tests/downloaders/test_tandfonline.py
norecursedirs = .git doc build dist
python_files = *.py
[mypy-whoosh.*]
ignore_missing_imports = True
[mypy-pyparsing.*]
ignore_missing_imports = True