#3629 closed defect (fixed)

Version on Nix appears to be "unknown"

Reported by: itamarst Owned by: daira
Priority: normal Milestone: undecided
Component: packaging Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

` [FAIL] Traceback (most recent call last):

File "/nix/store/lnlk8rynfz152wf9mzm8qlxpxig3aiay-python2.7-Twisted-19.10.0/lib/python2.7/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks

result = g.send(result)

File "/nix/store/zxw79yz9rl3qq7nwss3lsks959rxwqyr-python2.7-tahoe-lafs-1.14.0.dev/lib/python2.7/site-packages/allmydata/test/test_client.py", line 587, in test_versions

self.failIfEqual(str(allmydata.version), "unknown")

File "/nix/store/lnlk8rynfz152wf9mzm8qlxpxig3aiay-python2.7-Twisted-19.10.0/lib/python2.7/site-packages/twisted/trial/_synctest.py", line 477, in assertNotEqual

raise self.failureException(msg or '%r == %r' % (first, second))

twisted.trial.unittest.FailTest?: 'unknown' == u'unknown'

allmydata.test.test_client.Basic.test_versions `

This usually doesn't error out only because test_client.py is deleted as part of the Nix build (which it probably shouldn't be).

Change History (1)

comment:1 Changed at 2021-03-17T19:26:25Z by GitHub <noreply@…>

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

In ca16eaa/trunk:

Merge pull request #1002 from LeastAuthority?/3629.nix-package-version

Fix the self-reported version in the NixOS-packaged Tahoe

Fixes: ticket:3629

Note: See TracTickets for help on using tickets.