#1341 closed defect (duplicate)

Setuptools test_check_requirement failure, Changeset 4994

Reported by: killyourtv Owned by: somebody
Priority: major Milestone: 1.8.2
Component: code Version: 1.8.1
Keywords: setuptools Cc:
Launchpad Bug:

Description

Sorry, I'm back again.

After applying the patch in changeset:4994, the tests fail with the following output:

===============================================================================
[ERROR]: allmydata.test.test_version.CheckRequirement.test_check_requirement

Traceback (most recent call last):
  File "/build/$USERNAME-tahoe-lafs_1.8.2~beta1-2-amd64-ZHbyMn/tahoe-lafs-1.8.2~beta1/src/allmydata/test/test_version.py", line 12, in test_check_requirement
    check_requirement("setuptools >= 0.6c6", {"setuptools": ("0.6", "")})
  File "/build/$USERNAME-tahoe-lafs_1.8.2~beta1-2-amd64-ZHbyMn/tahoe-lafs-1.8.2~beta1/src/allmydata/__init__.py", line 214, in check_requirement
    (actual, location, comment) = vers_and_locs[name]
exceptions.ValueError: need more than 2 values to unpack
-------------------------------------------------------------------------------
Ran 839 tests in 521.128s

FAILED (skips=17, expectedFailures=3, errors=1, successes=818)

Change History (2)

comment:1 Changed at 2011-01-28T14:42:25Z by zooko

  • Resolution set to duplicate
  • Status changed from new to closed

Let's move this into #1339.

comment:2 Changed at 2011-01-28T15:02:03Z by killyourtv

OK, sorry about that. Some projects want new bugs opened, some want the old ones updated. (I prefer updating the old bugs when they're related).

Note: See TracTickets for help on using tickets.