Merge lp:~jelmer/brz/update-setup into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/update-setup
Merge into: lp:brz
Diff against target: 20 lines (+4/-0)
1 file modified
setup.py (+4/-0)
To merge this branch: bzr merge lp:~jelmer/brz/update-setup
Reviewer Review Type Date Requested Status
Martin Packman Approve
Review via email: mp+354353@code.launchpad.net

Commit message

Set 'tests_require' to testtools and add configobj to 'install_require'.

Description of the change

Set 'tests_require' to testtools and add configobj to 'install_require'.

To post a comment you must log in.
Revision history for this message
Martin Packman (gz) wrote :

I'm still wondering if I should adopt configobj so we can actually release some fixes, but might be better to do something more minimal and make the config module use it.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2018-08-11 14:42:34 +0000
3+++ setup.py 2018-09-05 19:24:02 +0000
4@@ -55,12 +55,16 @@
5 'Topic :: Software Development :: Version Control',
6 ],
7 'install_requires': [
8+ 'configobj',
9 'six>=1.9.0',
10 ],
11 'extras_require': {
12 'fastimport': ['fastimport>=0.9.8'],
13 'git': ['dulwich>=0.19.1'],
14 },
15+ 'tests_require': [
16+ 'testtools',
17+ ],
18 }
19
20 # The list of packages is automatically generated later. Add other things

Subscribers

People subscribed via source and target branches