Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 1.3 tests don't pass with current master #15

Closed
diox opened this issue Jul 24, 2012 · 1 comment
Closed

Django 1.3 tests don't pass with current master #15

diox opened this issue Jul 24, 2012 · 1 comment

Comments

@diox
Copy link
Contributor

diox commented Jul 24, 2012

I have no idea why yet, but:

[TOX] /home/mat/work/django-sha2$ .tox/py27-13/bin/python setup.py test13
running test13
nosetests --verbosity 1
Creating test database for alias 'default'...
......E
======================================================================
ERROR: Test various password hashes.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/mat/work/django-sha2/test/django13/../django13/tests/test_sha2.py", line 45, in test_hexdigest
    eq_(get_hexdigest(algo, self.SALT, pw), hashed)
  File "/home/mat/work/django-sha2/.tox/py27-13/local/lib/python2.7/site-packages/django/contrib/auth/models.py", line 35, in get_hexdigest
    raise ValueError("Got unknown password algorithm type in password.")
ValueError: Got unknown password algorithm type in password.

----------------------------------------------------------------------
Ran 7 tests in 8.983s

FAILED (errors=1)
Destroying test database for alias 'default'...
[TOX] ERROR: InvocationError: '.tox/py27-13/bin/python setup.py test13'
@diox
Copy link
Contributor Author

diox commented Sep 20, 2012

Will be fixed by merging #16

@diox diox closed this as completed Sep 20, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant