Merge ~cjwatson/txpkgupload:unittest-1.1.0+lp1 into txpkgupload:master

Proposed by Colin Watson
Status: Merged
Approved by: Colin Watson
Approved revision: b2ba1510a0f3ec502c9c8a8f29f4b23f354d0b9d
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~cjwatson/txpkgupload:unittest-1.1.0+lp1
Merge into: txpkgupload:master
Diff against target: 19 lines (+2/-1)
1 file modified
requirements.txt (+2/-1)
Reviewer Review Type Date Requested Status
Ioana Lasc (community) Approve
Review via email: mp+392802@code.launchpad.net

Commit message

Upgrade to unittest2 1.1.0+lp1

Description of the change

unittest2 was the only one of Launchpad's dependencies that couldn't be built into a wheel (see https://github.com/pypa/setuptools/issues/409), which was an annoying limitation that got in the way of making some other build system improvements. Switch to a local fork that fixes this.

Also add argparse 1.4.0, which is a setup_requires of unittest2. We probably only got away without it up to now because of a cached wheel somewhere.

Dependencies MP: https://code.launchpad.net/~cjwatson/txpkgupload/+git/dependencies/+merge/392803

To post a comment you must log in.
Revision history for this message
Ioana Lasc (ilasc) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/requirements.txt b/requirements.txt
2index d1027b7..92d3714 100644
3--- a/requirements.txt
4+++ b/requirements.txt
5@@ -1,4 +1,5 @@
6 appdirs==1.4.3
7+argparse==1.4.0
8 asn1crypto==0.23.0
9 attrs==17.3.0
10 Automat==0.6.0
11@@ -40,7 +41,7 @@ testresources==0.2.7
12 testtools==2.3.0
13 traceback2==1.4.0
14 Twisted[conch]==18.4.0
15-unittest2==1.0.1
16+unittest2==1.1.0+lp1
17 wadllib==1.3.2
18 wsgi-intercept==0.5.1
19 zope.browser==1.3

Subscribers

People subscribed via source and target branches

to all changes: