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

community/: Display contributor statistics #269

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

KVGarg
Copy link
Contributor

@KVGarg KVGarg commented Jul 30, 2019

Show the contributor statistics in the form of
charts. The charts will be shown for issues,
commits, reviews and for merge requests. And,
an overall chart, which will display stats
repository wise. Apart from all these charts,
the type of issues the contrib has worked on
will be shown, with the count of issues the
user is working on and the last updated datetime
the user data was updated. All this will be shown,
only if there is some statistics, otherwise the
popup option will not be shown.

image

Closes #268

@TravisBuddy
Copy link

Travis tests have failed

Hey @KVGarg,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

./.ci/build.sh
+rm db.sqlite3
rm: cannot remove 'db.sqlite3': No such file or directory
+true
+rm -rf private _site public
+mkdir private _site public
+META_REVIEW_DATA=meta_review.json
+EXPORTED_DATA='static/tasks.yaml static/instances.yaml static/meta_review.json'
+ISSUES_JSON=issues.json
+python manage.py fetch_deployed_data --allow-failure _site static/tasks.yaml static/instances.yaml static/meta_review.json
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+[[ -n '' ]]
+python manage.py fetch_deployed_data _site issues.json --repo-name gh-board --hoster github
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py migrate
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
Traceback (most recent call last):
  File "manage.py", line 26, in <module>
    execute_from_command_line(sys.argv)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
    utility.execute()
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py", line 375, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py", line 316, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py", line 353, in execute
    output = self.handle(*args, **options)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py", line 83, in wrapped
    res = handle_func(*args, **kwargs)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py", line 82, in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py", line 18, in __init__
    self.loader = MigrationLoader(self.connection)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py", line 49, in __init__
    self.build_graph()
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py", line 273, in build_graph
    raise exc
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py", line 247, in build_graph
    self.graph.validate_consistency()
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py", line 96, in raise_error
    raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')
pytest
============================= test session starts ==============================
platform linux -- Python 3.6.3, pytest-3.6.4, py-1.7.0, pluggy-0.7.1
Django settings: community.settings (from ini file)
rootdir: /home/travis/build/coala/community, inifile: setup.cfg
plugins: requests-mock-1.6.0, travis-fold-1.3.0, timeout-1.3.3, reqs-0.2.0, reorder-0.1.1, profiling-1.3.0, mock-1.10.4, instafail-0.3.0, error-for-skips-1.0.0, env-0.6.2, django-3.3.3, cov-2.7.1
timeout: 35.0s
timeout method: signal
timeout func_only: False
collected 67 items / 3 skipped                                                 

requirements.txt .                                                       [  1%]
test-requirements.txt .                                                  [  2%]
community/tests/test_git.py ....                                         [  8%]
data/tests/test_contrib_data.py E

_______ ERROR at setup of GetContribDataTest.test_false_contributor_data _______

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_false_contributor_data'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_contrib_data.py E

__________ ERROR at setup of GetContribDataTest.test_get_contrib_data __________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_false_contributor_data'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_issues.py E

____________ ERROR at setup of FetchIssueTest.test_false_issue_data ____________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_false_issue_data'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_issues.py E

______________ ERROR at setup of FetchIssueTest.test_fetch_issues ______________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_false_issue_data'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_management_commands.py E

 ERROR at setup of ImportContributorDataTest.test_command_import_contributors_data 

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_command_import_contributors_data'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_management_commands.py E

____ ERROR at setup of ImportIssuesDataTest.test_command_import_issues_data ____

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_command_import_issues_data'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_management_commands.py E

_ ERROR at setup of ImportMergeRequestDataTest.test_command_import_issues_data _

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_command_import_issues_data'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_merge_requests.py E

__________ ERROR at setup of FetchMergeRequestTest.test_false_mr_data __________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_false_mr_data'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_merge_requests.py E

____________ ERROR at setup of FetchMergeRequestTest.test_fetch_mrs ____________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_false_mr_data'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

_______ ERROR at setup of ContributorModelTest.test_class_meta_ordering ________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_class_meta_ordering'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

___________ ERROR at setup of ContributorModelTest.test_field_label ____________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_class_meta_ordering'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

_______ ERROR at setup of ContributorModelTest.test_object_name_is_login _______

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_class_meta_ordering'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

______________ ERROR at setup of LabelModelTest.test_field_label _______________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

__________ ERROR at setup of LabelModelTest.test_object_name_is_name ___________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

______________ ERROR at setup of IssueModelTest.test_field_label _______________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

___________ ERROR at setup of IssueModelTest.test_many_to_many_field ___________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

__________ ERROR at setup of IssueModelTest.test_object_name_is_title __________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

___________ ERROR at setup of IssueNumberModelTest.test_field_label ____________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

____________ ERROR at setup of IssueNumberModelTest.test_get_issue _____________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

______ ERROR at setup of IssueNumberModelTest.test_object_name_is_number _______

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

___________ ERROR at setup of MergeRequestModelTest.test_field_label ___________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

____ ERROR at setup of MergeRequestModelTest.test_get_closes_issues_object _____

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

_______ ERROR at setup of MergeRequestModelTest.test_many_to_many_field ________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_models.py E

______ ERROR at setup of MergeRequestModelTest.test_object_name_is_title _______

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_org_cluster_map_handler.py E

 ERROR at setup of CreateOrgClusterMapAndActivityGraphTest.test_with_output_dir 

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_with_output_dir'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_org_cluster_map_handler.py E

 ERROR at setup of CreateOrgClusterMapAndActivityGraphTest.test_without_output_dir 

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_with_output_dir'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_views.py E

_______ ERROR at setup of DataViewTest.test_all_contributors_on_template _______

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_all_contributors_on_template'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_views.py E

___ ERROR at setup of DataViewTest.test_view_url_exists_at_desired_location ____

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_all_contributors_on_template'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

data/tests/test_views.py E

________ ERROR at setup of DataViewTest.test_view_uses_correct_template ________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_all_contributors_on_template'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_activity.py E

____________ ERROR at setup of GetActivityTest.test_issue_activity _____________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_issue_activity'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_activity.py E

______________ ERROR at setup of GetActivityTest.test_mr_activity ______________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_issue_activity'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_activity.py E

__________ ERROR at setup of GetActivityTest.test_undefined_activity ___________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_issue_activity'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_activity_points.py E

______ ERROR at setup of GetActivityTest.test_issue_activity_with_points _______

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_issue_activity_with_points'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_activity_points.py E

______________ ERROR at setup of GetActivityTest.test_mr_activity ______________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_issue_activity_with_points'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_activity_points.py E

__________ ERROR at setup of GetActivityTest.test_undefined_actvitiy ___________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_issue_activity_with_points'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_labels.py E

_________ ERROR at setup of GetSortedLabelsTest.test_get_sorted_labels _________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_get_sorted_labels'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_management_commands.py E

____ ERROR at setup of CreateConfigDataTest.test_command_create_config_data ____

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_command_create_config_data'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_management_commands.py E

__ ERROR at setup of CreateParticipantsTest.test_command_create_participants ___

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_command_create_participants'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_management_commands.py E

 ERROR at setup of UpdateParticipantsTest.test_command_update_particiapants_data 

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_command_update_particiapants_data'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

_____________ ERROR at setup of ActivityModelTest.test_field_label _____________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

____ ERROR at setup of ActivityModelTest.test_object_name_is_activity_name _____

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

______________ ERROR at setup of LevelModelTest.test_field_label _______________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

_______ ERROR at setup of LevelModelTest.test_object_name_is_lavel_name ________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

__________ ERROR at setup of BadgeActivityModelTest.test_field_label ___________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

 ERROR at setup of BadgeActivityModelTest.test_object_name_is_badge_activity_name 

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

______________ ERROR at setup of BadgeModelTest.test_field_label _______________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

___________ ERROR at setup of BadgeModelTest.test_many_to_many_field ___________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

_______ ERROR at setup of BadgeModelTest.test_object_name_is_badge_name ________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_field_label'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

_______ ERROR at setup of ParticipantModelTest.test_add_activity_method ________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_add_activity_method'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

________ ERROR at setup of ParticipantModelTest.test_add_badges_method _________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_add_activity_method'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

________ ERROR at setup of ParticipantModelTest.test_add_points_method _________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_add_activity_method'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

_______ ERROR at setup of ParticipantModelTest.test_class_meta_ordering ________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_add_activity_method'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

_______ ERROR at setup of ParticipantModelTest.test_deduct_points_method _______

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_add_activity_method'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

___________ ERROR at setup of ParticipantModelTest.test_field_label ____________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_add_activity_method'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

_ ERROR at setup of ParticipantModelTest.test_find_badges_for_activity_method __

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_add_activity_method'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

___ ERROR at setup of ParticipantModelTest.test_find_level_for_score_method ____

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_add_activity_method'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

 ERROR at setup of ParticipantModelTest.test_object_name_is_participant_username 

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_add_activity_method'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_models.py E

__ ERROR at setup of ParticipantModelTest.test_update_score_and_level_method ___

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_add_activity_method'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_points.py E

__________ ERROR at setup of GetTotalPointsTest.test_get_total_points __________

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_get_total_points'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_views.py E

___ ERROR at setup of GamificationViewTest.test_all_contributors_on_template ___

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_all_contributors_on_template'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_views.py E

 ERROR at setup of GamificationViewTest.test_view_url_exists_at_desired_location 

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_all_contributors_on_template'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

gamification/tests/test_views.py E

____ ERROR at setup of GamificationViewTest.test_view_uses_correct_template ____

request = <SubRequest '_django_setup_unittest' for <TestCaseFunction 'test_all_contributors_on_template'>>
django_db_blocker = <pytest_django.plugin._DatabaseBlocker object at 0x7f4e7832bbe0>

    @pytest.fixture(autouse=True, scope='class')
    def _django_setup_unittest(request, django_db_blocker):
        """Setup a django unittest, internal to pytest-django."""
        if django_settings_is_configured() and is_django_unittest(request):
            request.getfixturevalue('django_test_environment')
>           request.getfixturevalue('django_db_setup')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/plugin.py:403: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/pytest_django/fixtures.py:96: in django_db_setup
    **setup_databases_args
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/test/utils.py:174: in setup_databases
    serialize=connection.settings_dict.get('TEST', {}).get('SERIALIZE', True),
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/backends/base/creation.py:68: in create_test_db
    run_syncdb=True,
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py:148: in call_command
    return command.execute(*args, **defaults)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:353: in execute
    output = self.handle(*args, **options)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/base.py:83: in wrapped
    res = handle_func(*args, **kwargs)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/core/management/commands/migrate.py:82: in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/executor.py:18: in __init__
    self.loader = MigrationLoader(self.connection)
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:49: in __init__
    self.build_graph()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:273: in build_graph
    raise exc
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/loader.py:247: in build_graph
    self.graph.validate_consistency()
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in validate_consistency
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:243: in <listcomp>
    [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <DummyNode: ('data', '0006_auto_20190615_1331')>

    def raise_error(self):
>       raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
E       django.db.migrations.exceptions.NodeNotFoundError: Migration data.0007_auto_20190727_1348 dependencies reference nonexistent parent node ('data', '0006_auto_20190615_1331')

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/django/db/migrations/graph.py:96: NodeNotFoundError

meta_review/handler.py .                                                 [100%]
Profiling (from /home/travis/build/coala/community/prof/combined.prof):
Fri Aug  2 19:42:22 2019    /home/travis/build/coala/community/prof/combined.prof

         56065 function calls (52191 primitive calls) in 0.073 seconds

   Ordered by: cumulative time
   List reduced from 434 to 20 due to restriction <20>

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        7    0.000    0.000    0.071    0.010 runner.py:105(pytest_runtest_call)
        2    0.000    0.000    0.060    0.030 pytest_reqs.py:157(runtest)
        2    0.000    0.000    0.053    0.026 pytest_reqs.py:146(get_requirements)
        2    0.001    0.000    0.053    0.026 _parse_requirements.py:173(parse_requirements)
       58    0.001    0.000    0.045    0.001 requirements.py:91(__init__)
       58    0.000    0.000    0.042    0.001 pyparsing.py:1780(parseString)
  2817/58    0.010    0.000    0.042    0.001 pyparsing.py:1530(_parseNoCache)
   673/58    0.003    0.000    0.042    0.001 pyparsing.py:3732(parseImpl)
  218/160    0.001    0.000    0.029    0.000 pyparsing.py:3897(parseImpl)
  397/348    0.001    0.000    0.017    0.000 pyparsing.py:4096(parseImpl)
      174    0.000    0.000    0.014    0.000 pyparsing.py:4456(parseImpl)
        1    0.000    0.000    0.009    0.009 doctest.py:190(runtest)
        1    0.000    0.000    0.009    0.009 doctest.py:1838(run)
        1    0.000    0.000    0.009    0.009 doctest.py:1418(run)
       58    0.000    0.000    0.007    0.000 specifiers.py:678(contains)
2110/2052    0.005    0.000    0.007    0.000 pyparsing.py:497(__init__)
  208/106    0.000    0.000    0.007    0.000 pyparsing.py:4390(parseImpl)
        1    0.000    0.000    0.007    0.007 doctest.py:353(__init__)
        1    0.000    0.000    0.007    0.007 pdb.py:140(__init__)
  208/106    0.001    0.000    0.007    0.000 pyparsing.py:4311(parseImpl)



travis_fold:start:py-4656.cov.0
----------- coverage: platform linux, python 3.6.3-final-0 -----------
Name                                      Stmts   Miss Branch BrPart  Cover   Missing
-------------------------------------------------------------------------------------
community/__init__.py                         0      0      0      0   100%
community/config.py                           3      0      0      0   100%
community/filters.py                          4      0      0      0   100%
community/forms.py                           10      0      0      0   100%
community/settings.py                        24      0      0      0   100%
community/wsgi.py                             4      0      0      0   100%
data/__init__.py                              0      0      0      0   100%
data/apps.py                                  3      0      0      0   100%
data/urls.py                                  3      0      0      0   100%
gamification/__init__.py                      0      0      0      0   100%
gamification/data/points.py                   3      0      0      0   100%
gamification/process/__init__.py              0      0      0      0   100%
meta_review/__init__.py                       0      0      0      0   100%
meta_review/apps.py                           3      0      0      0   100%
meta_review/models.py                        38      0      0      0   100%
meta_review/urls.py                           3      0      0      0   100%
data/webservices.py                           5      3      0      0    40%   11-14
gamification/participants.py                  7      4      2      0    33%   9-13
gamification/process/activity_points.py       8      4      0      0    50%   17-20
data/models.py                               66      8      2      0    85%   78-80, 110-115
data/newcomers.py                            12      8      2      0    29%   15-22
gamification/process/activity.py              9      8      4      0     8%   10-18
gamification/points.py                       12     10      6      0    11%   16-26
gamification/labels.py                       17     13     19      0    22%   17-33
data/contrib_data.py                         31     25      4      0    17%   10-25, 29-44
data/org_cluster_map_handler.py              34     25      6      0    22%   18-47, 58-65, 69-78, 82
gamification/models.py                       73     36     21      0    39%   98-99, 110, 120-121, 127-133, 139-145, 155-180, 186-188
data/issues.py                               50     41      8      0    16%   23-44, 54-86
gamification/process/update.py               55     43     13      0    18%   21-22, 43-90, 103-104, 118-130, 134-135, 139-140
gamification/data/config.py                  51     46      0      0    10%   12-22, 26-80, 84-136, 147-248
data/merge_requests.py                       57     48     10      0    13%   24-45, 55-99
-------------------------------------------------------------------------------------
TOTAL                                       585    322     97      0    39%
travis_fold:end:py-4656.cov.0

FAIL Required test coverage of 100% not reached. Total coverage: 39.15%
=========================== short test summary info ============================
ERROR data/tests/test_contrib_data.py::GetContribDataTest::test_false_contributor_data
ERROR data/tests/test_contrib_data.py::GetContribDataTest::test_get_contrib_data
ERROR data/tests/test_issues.py::FetchIssueTest::test_false_issue_data
ERROR data/tests/test_issues.py::FetchIssueTest::test_fetch_issues
ERROR data/tests/test_management_commands.py::ImportContributorDataTest::test_command_import_contributors_data
ERROR data/tests/test_management_commands.py::ImportIssuesDataTest::test_command_import_issues_data
ERROR data/tests/test_management_commands.py::ImportMergeRequestDataTest::test_command_import_issues_data
ERROR data/tests/test_merge_requests.py::FetchMergeRequestTest::test_false_mr_data
ERROR data/tests/test_merge_requests.py::FetchMergeRequestTest::test_fetch_mrs
ERROR data/tests/test_models.py::ContributorModelTest::test_class_meta_ordering
ERROR data/tests/test_models.py::ContributorModelTest::test_field_label
ERROR data/tests/test_models.py::ContributorModelTest::test_object_name_is_login
ERROR data/tests/test_models.py::LabelModelTest::test_field_label
ERROR data/tests/test_models.py::LabelModelTest::test_object_name_is_name
ERROR data/tests/test_models.py::IssueModelTest::test_field_label
ERROR data/tests/test_models.py::IssueModelTest::test_many_to_many_field
ERROR data/tests/test_models.py::IssueModelTest::test_object_name_is_title
ERROR data/tests/test_models.py::IssueNumberModelTest::test_field_label
ERROR data/tests/test_models.py::IssueNumberModelTest::test_get_issue
ERROR data/tests/test_models.py::IssueNumberModelTest::test_object_name_is_number
ERROR data/tests/test_models.py::MergeRequestModelTest::test_field_label
ERROR data/tests/test_models.py::MergeRequestModelTest::test_get_closes_issues_object
ERROR data/tests/test_models.py::MergeRequestModelTest::test_many_to_many_field
ERROR data/tests/test_models.py::MergeRequestModelTest::test_object_name_is_title
ERROR data/tests/test_org_cluster_map_handler.py::CreateOrgClusterMapAndActivityGraphTest::test_with_output_dir
ERROR data/tests/test_org_cluster_map_handler.py::CreateOrgClusterMapAndActivityGraphTest::test_without_output_dir
ERROR data/tests/test_views.py::DataViewTest::test_all_contributors_on_template
ERROR data/tests/test_views.py::DataViewTest::test_view_url_exists_at_desired_location
ERROR data/tests/test_views.py::DataViewTest::test_view_uses_correct_template
ERROR gamification/tests/test_activity.py::GetActivityTest::test_issue_activity
ERROR gamification/tests/test_activity.py::GetActivityTest::test_mr_activity
ERROR gamification/tests/test_activity.py::GetActivityTest::test_undefined_activity
ERROR gamification/tests/test_activity_points.py::GetActivityTest::test_issue_activity_with_points
ERROR gamification/tests/test_activity_points.py::GetActivityTest::test_mr_activity
ERROR gamification/tests/test_activity_points.py::GetActivityTest::test_undefined_actvitiy
ERROR gamification/tests/test_labels.py::GetSortedLabelsTest::test_get_sorted_labels
ERROR gamification/tests/test_management_commands.py::CreateConfigDataTest::test_command_create_config_data
ERROR gamification/tests/test_management_commands.py::CreateParticipantsTest::test_command_create_participants
ERROR gamification/tests/test_management_commands.py::UpdateParticipantsTest::test_command_update_particiapants_data
ERROR gamification/tests/test_models.py::ActivityModelTest::test_field_label
ERROR gamification/tests/test_models.py::ActivityModelTest::test_object_name_is_activity_name
ERROR gamification/tests/test_models.py::LevelModelTest::test_field_label
ERROR gamification/tests/test_models.py::LevelModelTest::test_object_name_is_lavel_name
ERROR gamification/tests/test_models.py::BadgeActivityModelTest::test_field_label
ERROR gamification/tests/test_models.py::BadgeActivityModelTest::test_object_name_is_badge_activity_name
ERROR gamification/tests/test_models.py::BadgeModelTest::test_field_label
ERROR gamification/tests/test_models.py::BadgeModelTest::test_many_to_many_field
ERROR gamification/tests/test_models.py::BadgeModelTest::test_object_name_is_badge_name
ERROR gamification/tests/test_models.py::ParticipantModelTest::test_add_activity_method
ERROR gamification/tests/test_models.py::ParticipantModelTest::test_add_badges_method
ERROR gamification/tests/test_models.py::ParticipantModelTest::test_add_points_method
ERROR gamification/tests/test_models.py::ParticipantModelTest::test_class_meta_ordering
ERROR gamification/tests/test_models.py::ParticipantModelTest::test_deduct_points_method
ERROR gamification/tests/test_models.py::ParticipantModelTest::test_field_label
ERROR gamification/tests/test_models.py::ParticipantModelTest::test_find_badges_for_activity_method
ERROR gamification/tests/test_models.py::ParticipantModelTest::test_find_level_for_score_method
ERROR gamification/tests/test_models.py::ParticipantModelTest::test_object_name_is_participant_username
ERROR gamification/tests/test_models.py::ParticipantModelTest::test_update_score_and_level_method
ERROR gamification/tests/test_points.py::GetTotalPointsTest::test_get_total_points
ERROR gamification/tests/test_views.py::GamificationViewTest::test_all_contributors_on_template
ERROR gamification/tests/test_views.py::GamificationViewTest::test_view_url_exists_at_desired_location
ERROR gamification/tests/test_views.py::GamificationViewTest::test_view_uses_correct_template
SKIP [1] /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/doctest.py:356: unable to import module local('/home/travis/build/coala/community/gci/api_actions.py')
SKIP [1] /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/doctest.py:356: unable to import module local('/home/travis/build/coala/community/gci/management/commands/create_issue_tasks.py')
SKIP [1] /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/doctest.py:356: unable to import module local('/home/travis/build/coala/community/gci/management/commands/publish_tasks.py')

================ 7 passed, 3 skipped, 62 error in 16.40 seconds ================
TravisBuddy Request Identifier: 355b25f0-b55e-11e9-a172-292526d14dc1

KVGarg and others added 6 commits August 4, 2019 23:10
The updation in model adds new data fields
which will be useful, in further work. Also,
it will reduce the API calls, which are being
made to fetch these information. Instead of
making new API Calls, we can get them from
webservices and use them directly.
The openhub module got disabled due to some
reasons in community project last year. And,
currently the module is raising the CI errors
which need to be avoided. They can be worked
on once we're ready to enable the openhub
module once again in this project in future.
As in future, the data will be fetched
from coala-webservices intead of @sks444
repository (webservices.coala.io). So,
to remove that dependency the tests have
been modified accordingly.
Running command ".ci/build.sh" locally on pc used
to failed the build, if there is more than one
git remote's.

Fixes coala#235
The enhancement includes addition of materialize
css, JQuery, responsiveness, and easy-navigation
of website features. The easy-navigatibility is
achieved by adding a navbar with display of meta
-review and gamification leaderboard on homepage.
Apart from this, the activity graph url is omitted
from website by displaying the graph itslef on the
homepage on large devices.

Closes coala#255
The newly created webpage combines the previous
two webpages- info.txt and log/index.html. This
web-page combines the results of both the pages
and shows them in a better UI/UX with additional
features of filtering and searching within the
existing logs. The logs are fetched from a JSON
file which is created from the logs stored in
the log file _site/community.log

Closes coala#256
The redesigned web-page displays the data
in a better UI/UX form with some additional
information to make it more interactive and
attractive.

Closes coala#257
The redesigned web-page provides a nice
UI/UX design to the web-page with "search"
feature.

Closes coala#259
The redesigned webpages provides a enhanced
UI/UX design to web-page with additional
functionality of searching the contributors.

Closes coala#260
The contributor can sign-in with either
GitHub or GitLab account provided the
user is member of the organization. The
validation is being performed via a http
request which accepts the access_token
retrieved from the netlify o-authentication.

Closes coala#262
The netlify form will ask some particular
inputs that will be used for validating
the user - whether the user is eligible
to be a organization member. The checks for
it have been defined in coala webservices API
which will be accepting form-submissions over
a cron-job defined. After the user submits the
form, a success message will be displayed.

Closes coala#89, coala#266
Show the contributor statistics in the form of
charts. The charts will be shown for issues,
commits, reviews and for merge requests. And,
an overall chart, which will display stats
repository wise. Apart from all these charts,
the type of issues the contrib has worked on
will be shown, with the count of issues the
user is working on and the last updated datetime
the user data was updated. All this will be shown,
only if there is some statistics, otherwise the
popup option willn't be shown.

Closes coala#268
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Display contributor statistics
2 participants