bin/pyflakes missing from 0.7 tarball

Bug #1170461 reported by Ville Skyttä
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Pyflakes
Fix Released
Low
Unassigned

Bug Description

bin/pyflakes is missing from the 0.7 tarball, and the test suite fails without it:

$ tar xf pyflakes-0.7.tar.gz
$ cd pyflakes-0.7
$ python setup.py test
[...]
======================================================================
FAIL: test_errors (pyflakes.test.test_api.IntegrationTests)
----------------------------------------------------------------------
[...]
First differing element 1:
/usr/bin/python: can't open file '/path/to/pyflakes-0.7/pyflakes/../bin/pyflakes': [Errno 2] No such file or directory
[...etc other failing tests due to the same error...]

Revision history for this message
Florent (florent.x) wrote :

Thank you for reporting it.

Weird, I don't see any change since 0.6.1 which explain this exclusion (except the upgrade of distribute on my laptop).
I'll have a look.

Changed in pyflakes:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Florent (florent.x) wrote :

I confirmed some discrepancies when the tarball is generated from distribute versus distutils.core.

It should be fixed with revision 93

Changed in pyflakes:
milestone: none → 0.7.x
status: Confirmed → Fix Committed
Florent (florent.x)
Changed in pyflakes:
milestone: 0.7.x → 0.7.1
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.