File: tddium.yml

package info (click to toggle)
pypy 2.4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 86,992 kB
  • ctags: 170,715
  • sloc: python: 1,030,417; ansic: 43,437; cpp: 5,241; asm: 5,169; sh: 458; makefile: 408; xml: 231; lisp: 45
file content (18 lines) | stat: -rw-r--r-- 768 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
tddium:
 timeout: 1800
 python:
  python_version: 2.7
  pip_requirements_file: .tddium.requirements.txt  # will go away soon
 tests:
  - type: pytest
    mode: parallel
    files:
     - pypy/**/test_*.py
     - rpython/**/test_*.py
     - exclude: pypy/module/test_lib_pypy/ctypes_tests/** # don't run in CPython
     - exclude: rpython/jit/backend/llvm/** # bitrotted AFAICT
     # and things requiring a fix in Tddium, omitted to avoid confusion:
     - exclude: rpython/rlib/unicodedata/test/test_ucd.py # need wide build
     - exclude: rpython/rlib/test/test_runicode.py # need wide build
     - exclude: rpython/rlib/test/test_rsocket.py # not clear why fails
     - exclude: pypy/module/cpyext/test/** # multiple failures due to truncated files; not clear why