Setuptools test_check_requirement failure, Changeset 4994 #1341

Closed
opened 2011-01-28 14:30:35 +00:00 by killyourtv · 2 comments
killyourtv commented 2011-01-28 14:30:35 +00:00
Owner

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)
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) ```
tahoe-lafs added the
code
major
defect
1.8.1
labels 2011-01-28 14:30:35 +00:00
tahoe-lafs added this to the 1.8.2 milestone 2011-01-28 14:30:35 +00:00
zooko commented 2011-01-28 14:42:25 +00:00
Author
Owner

Let's move this into #1339.

Let's move this into #1339.
tahoe-lafs added the
duplicate
label 2011-01-28 14:42:25 +00:00
zooko closed this issue 2011-01-28 14:42:25 +00:00
killyourtv commented 2011-01-28 15:02:03 +00:00
Author
Owner

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).

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).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#1341
No description provided.