Skip to content

Instantly share code, notes, and snippets.

@maxchehab
Created July 19, 2017 23:13
Show Gist options
  • Save maxchehab/53e3dc08083984cb6258dc7114683a37 to your computer and use it in GitHub Desktop.
Save maxchehab/53e3dc08083984cb6258dc7114683a37 to your computer and use it in GitHub Desktop.
tests/autoclassify/test_classify_failures.py::TestFailureDetector
cannot collect test class 'TestFailureDetector' because it has a __init__ constructor
tests/e2e/test_jobs_loaded.py::TestApp
cannot collect test class 'TestApp' because it has a __init__ constructor
tests/log_parser/test_store_failure_lines.py::TestFailureLine
cannot collect test class 'TestFailureLine' because it has a __init__ constructor
tests/model/test_cycle_data.py::TestFailureLine
cannot collect test class 'TestFailureLine' because it has a __init__ constructor
tests/webapp/api/test_failureline.py::TestFailureLine
cannot collect test class 'TestFailureLine' because it has a __init__ constructor
tests/webapp/api/test_text_log_error.py::TestFailureLine
cannot collect test class 'TestFailureLine' because it has a __init__ constructor
tests/test_setup.py::test_no_missing_migrations
/home/vagrant/python/lib/python2.7/site-packages/django/db/backends/mysql/base.py:101: Warning: ('124', 'InnoDB rebuilding table to add column FTS_DOC_ID')
return self.cursor.execute(query, args)
/home/vagrant/python/lib/python2.7/site-packages/_pytest/warnings.py:82: UnicodeWarning: Warning is using unicode non convertible to ascii, converting to a safe representation:
/home/vagrant/python/lib/python2.7/site-packages/django/db/backends/mysql/base.py:101: Warning: ('124', 'InnoDB rebuilding table to add column FTS_DOC_ID')
return self.cursor.execute(query, args)
UnicodeWarning)
tests/auth/test_backends.py::test_find_user_by_email[mozilla-ldap/[email protected]@lebowski.net-scopes0-user0-False]
/home/vagrant/python/lib/python2.7/site-packages/taskcluster/utils.py:250: UserWarning: NOTE: scope_match is deprecated. Use scopeMatch
warnings.warn('NOTE: scope_match is deprecated. Use scopeMatch')
-- Docs: http://doc.pytest.org/en/latest/warnings.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment