File: control

package info (click to toggle)
pytest-pylint 0.21.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 184 kB
  • sloc: python: 638; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
Depends:
 python3-all,
 python3-pytest-pylint,
 python3-setuptools,
Test-Command: set -e; for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v -x --ignore debian --ignore pytest_pylint/plugin.py -k "not test_pylintrc_file_beside_ini" 2>&1; done