tox.ini
changeset 11465 10ecd586a9a8
parent 11453 3522d2a3389e
child 11474 28311db7a2a5
equal deleted inserted replaced
11464:96d1aed1e2b5 11465:10ecd586a9a8
    51 [testenv:check-manifest]
    51 [testenv:check-manifest]
    52 skip_install = true
    52 skip_install = true
    53 deps =
    53 deps =
    54   check-manifest
    54   check-manifest
    55 commands =
    55 commands =
    56   check-manifest {toxinidir}
    56   check-manifest {toxinidir} \
       
    57 # ignore symlinks that are not recognized by check-manifest, see
       
    58 # https://github.com/mgedmin/check-manifest/issues/69
       
    59     --ignore cubicweb/devtools/test/data/cubes/i18ntestcube,cubicweb/test/data/legacy_cubes*
    57 
    60 
    58 [pytest]
    61 [pytest]
    59 python_files = *test_*.py
    62 python_files = *test_*.py