~vila/ols-tests/test-tags

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Vincent Ladeuil
  • Date: 2016-07-22 13:18:32 UTC
  • Revision ID: vila+ols@canonical.com-20160722131832-qntudze3shd5t1ex
Tags: ols-tests-1.0.2
ReleaseĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    author_email='vila+ols@canonical.com',
37
37
    url='https://launchpad.net/ols-tests',
38
38
    license='GPLv3',
39
 
    install_requires=['pep8', 'pyflakes', 'python-subunit', 'testtools'],
 
39
    # FIXME: We want 'pyflakes' below but this confuses dh_python3 on xenial
 
40
    # (but not on yakkety...) -- vila 2016-07-22
 
41
    install_requires=['pep8', 'python-subunit', 'testtools'],
40
42
    packages=['olstests', 'olstests.tests'],
41
43
    scripts=get_scripts(),
42
44
)