21 lines
403 B
Plaintext
21 lines
403 B
Plaintext
# debian/tests/control
|
||
# Control file for Debian ‘autopkgtests’.
|
||
# Documentation: ‘/usr/share/doc/autopkgtest/README.package-tests.rst.gz’
|
||
|
||
Tests: smoke-python2
|
||
Depends:
|
||
python-pkg-resources,
|
||
python-lockfile
|
||
|
||
Tests: smoke-python3
|
||
Depends:
|
||
python3-pkg-resources,
|
||
python3-lockfile
|
||
|
||
|
||
# Local variables:
|
||
# coding: utf-8
|
||
# mode: conf
|
||
# End:
|
||
# vim: fileencoding=utf-8 filetype=conf :
|