pin migrate test sha

to a ref before the restructure, otherwise the test doesn't make sense (and fails!)
This commit is contained in:
Josh Barnes
2016-07-27 20:30:40 +01:00
parent 90ef71b29c
commit 10ff2078b9
+1 -1
View File
@@ -38,7 +38,7 @@ def get_installed_project_names():
class MigrateTest(TestCase):
"""Tests for retiring old IPython-notebook-extensions installs."""
old_pkg_git_ref = 'master'
old_pkg_git_ref = 'c6d65e7826657a23c47b1fadbf8557a06e774db2'
old_pkg_project_name = 'Python-contrib-nbextensions'
@classmethod