forked from ckan/ckan
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
42 lines (35 loc) · 980 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[egg_info]
# tag_build = dev
# tag_svn_revision = true
[easy_install]
find_links = http://www.pylonshq.com/download/
# Babel configuration
[compile_catalog]
domain = ckan
directory = ckan/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = ckan/i18n/ckan.pot
width = 80
[init_catalog]
domain = ckan
input_file = ckan/i18n/ckan.pot
output_dir = ckan/i18n
[update_catalog]
domain = ckan
input_file = ckan/i18n/ckan.pot
output_dir = ckan/i18n
previous = true
[upload_sphinx]
upload-dir = build/sphinx/html
[tool:pytest]
filterwarnings =
ignore::sqlalchemy.exc.SADeprecationWarning
ignore::sqlalchemy.exc.SAWarning
ignore::DeprecationWarning
markers =
ckan_config: patch configuration used by other fixtures via (key, value) pair.
ckan_pytest: test case that is explicitely was rewriten from `nose` style
testpaths = ckan ckanext
addopts = --strict-markers --pdbcls=IPython.terminal.debugger:TerminalPdb