﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29498	2.1~alpha1 release tarball missing tests/migrations/test_migrations_bad_pyc/0001_initial.pyc causing test failure	Chris Lamb	nobody	"Hi,

The 2.1~alpha1 release tarball is missing the `tests/migrations/test_migrations_bad_pyc/0001_initial.pyc` file causing a testsuite failure:

{{{
======================================================================
FAIL: test_invalid (migrations.test_loader.PycLoaderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/usr/lib/python3.6/unittest/case.py"", line 59, in testPartExecutor
    yield
  File ""/usr/lib/python3.6/unittest/case.py"", line 605, in run
    testMethod()
  File ""/build/python-django-2.1~alpha1/tests/migrations/test_loader.py"", line 530, in test_invalid
    MigrationLoader(connection)
  File ""/usr/lib/python3.6/unittest/case.py"", line 203, in __exit__
    self._raiseFailure(""{} not raised"".format(exc_name))
  File ""/usr/lib/python3.6/unittest/case.py"", line 135, in _raiseFailure
    raise self.test_case.failureException(msg)
AssertionError: ImportError not raised

----------------------------------------------------------------------
Ran 12306 tests in 105.822s

FAILED (failures=1, skipped=823, expected failures=4)
}}}

(This is likely due to `global-exclude *.py[co]` in `./MANIFEST.in`. I wonder if this file should be generated by the tests itself)"	Bug	closed	Packaging	2.1	Release blocker	fixed			Accepted	1	0	0	0	0	0
