control 403 B

123456789101112131415161718192021
  1. # debian/tests/control
  2. # Control file for Debian ‘autopkgtests’.
  3. # Documentation: ‘/usr/share/doc/autopkgtest/README.package-tests.rst.gz’
  4. Tests: smoke-python2
  5. Depends:
  6. python-pkg-resources,
  7. python-lockfile
  8. Tests: smoke-python3
  9. Depends:
  10. python3-pkg-resources,
  11. python3-lockfile
  12. # Local variables:
  13. # coding: utf-8
  14. # mode: conf
  15. # End:
  16. # vim: fileencoding=utf-8 filetype=conf :