We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A views test is failing with the default test runner on Python 3.10 (django_nose does not support Django 3 or Python 3.10).
django_nose
FAIL: test_export_stages (imports.tests.test_views.TestViews) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/joe/.virtualenvs/janeway/lib/python3.10/site-packages/django/test/utils.py", line 387, in inner return func(*args, **kwargs) File "/home/joe/git/janeway/src/plugins/imports/tests/test_views.py", line 75, in test_export_stages self.assertEqual(200, response.status_code) AssertionError: 200 != 404
The text was updated successfully, but these errors were encountered:
Adds author role during IEU routine #81
23b85d8
Lots of tests are now failing.
This probably means we need to update the tests to use the default test runner, not nose.
Refactoring the fixtures might help as well.
Sorry, something went wrong.
joemull
No branches or pull requests
A views test is failing with the default test runner on Python 3.10 (
django_nose
does not support Django 3 or Python 3.10).The text was updated successfully, but these errors were encountered: