equal
deleted
inserted
replaced
36 [testenv:check-manifest] |
36 [testenv:check-manifest] |
37 skip_install = true |
37 skip_install = true |
38 deps = |
38 deps = |
39 check-manifest |
39 check-manifest |
40 commands = |
40 commands = |
41 {envpython} -m check_manifest {toxinidir} \ |
41 {envpython} -m check_manifest {toxinidir} |
42 # ignore symlinks that are not recognized by check-manifest, see |
|
43 # https://github.com/mgedmin/check-manifest/issues/69 |
|
44 --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_* |
|
45 |
42 |
46 [pytest] |
43 [pytest] |
47 python_files = *test_*.py |
44 python_files = *test_*.py |
48 log_print = false |
45 log_print = false |
49 |
46 |