13 lines
205 B
Python
13 lines
205 B
Python
collect_ignore = [
|
|
"setup.py"
|
|
]
|
|
|
|
collect_ignore_glob = [
|
|
# "tests/core/",
|
|
#"tests/evaluators/",
|
|
# "tests/non_reg/",
|
|
#"tests/parsers/",
|
|
#"tests/sdp/",
|
|
#"tests/sheerkapickle/",
|
|
]
|