/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2020-06-09 17:21:40 UTC
  • mto: (7490.40.7 work)
  • mto: This revision was merged to the branch mainline in revision 7511.
  • Revision ID: jelmer@jelmer.uk-20200609172140-9lal7m6hpen0a9mf
On python2, require an older version of testtools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        },
80
80
    'tests_require': [
81
81
        'testtools',
 
82
        'testtools<=2.4.0;python_version<"3.0"',
 
83
        'python-subunit',
82
84
    ],
83
85
}
84
86