tox.ini
changeset 12518 12e8b65146d9
parent 12517 34c4157b1071
child 12530 9d88e1177c35
equal deleted inserted replaced
12517:34c4157b1071 12518:12e8b65146d9
    41   check-manifest
    41   check-manifest
    42 commands =
    42 commands =
    43   {envpython} -m check_manifest {toxinidir} \
    43   {envpython} -m check_manifest {toxinidir} \
    44 # ignore symlinks that are not recognized by check-manifest, see
    44 # ignore symlinks that are not recognized by check-manifest, see
    45 # https://github.com/mgedmin/check-manifest/issues/69
    45 # https://github.com/mgedmin/check-manifest/issues/69
    46     --ignore cubicweb/devtools/test/data/cubes/i18ntestcube*,cubicweb/server/test/data-migractions/cubicweb_*,cubicweb/server/test/data-migractions/migratedapp/cubicweb_*
    46     --ignore cubicweb/devtools/test/data/cubes/i18ntestcube*,cubicweb/server/test/data-migractions/cubicweb_*,cubicweb/server/test/data-migractions/migratedapp/cubicweb_*,cubicweb/sobjects/test/data/cubicweb_*,cubicweb/test/data-rewrite/cubicweb_*
    47 
    47 
    48 [pytest]
    48 [pytest]
    49 python_files = *test_*.py
    49 python_files = *test_*.py
    50 log_print = false
    50 log_print = false
    51 
    51