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

Upstream test cases are failing #1089

Open
GowthamShanmugam opened this issue Jun 10, 2019 · 1 comment
Open

Upstream test cases are failing #1089

GowthamShanmugam opened this issue Jun 10, 2019 · 1 comment

Comments

@GowthamShanmugam
Copy link
Contributor

GowthamShanmugam commented Jun 10, 2019

import file mismatch:
imported module 'tendrl.commons.tests.test_init' has this __file__ attribute:
  /home/travis/build/Tendrl/commons/.tox/py27-cover-master/lib/python2.7/site-packages/tendrl/commons/tests/test_init.py
which is not the same as the test file we want to collect:
  /home/travis/build/Tendrl/commons/tendrl/commons/tests/test_init.py
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules
_____________ ERROR collecting tendrl/commons/tests/test_logger.py _____________
import file mismatch:
imported module 'tendrl.commons.tests.test_logger' has this __file__ attribute:
  /home/travis/build/Tendrl/commons/.tox/py27-cover-master/lib/python2.7/site-packages/tendrl/commons/tests/test_logger.py
which is not the same as the test file we want to collect:
  /home/travis/build/Tendrl/commons/tendrl/commons/tests/test_logger.py
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules
____________ ERROR collecting tendrl/commons/tests/test_message.py _____________
import file mismatch:
imported module 'tendrl.commons.tests.test_message' has this __file__ attribute:
  /home/travis/build/Tendrl/commons/.tox/py27-cover-master/lib/python2.7/site-packages/tendrl/commons/tests/test_message.py
which is not the same as the test file we want to collect:
  /home/travis/build/Tendrl/commons/tendrl/commons/tests/test_message.py
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules
___________ ERROR collecting tendrl/commons/tests/test_singleton.py ____________
import file mismatch:
imported module 'tendrl.commons.tests.test_singleton' has this __file__ attribute:
  /home/travis/build/Tendrl/commons/.tox/py27-cover-master/lib/python2.7/site-packages/tendrl/commons/tests/test_singleton.py
which is not the same as the test file we want to collect:
  /home/travis/build/Tendrl/commons/tendrl/commons/tests/test_singleton.py
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules
@GowthamShanmugam
Copy link
Contributor Author

GowthamShanmugam commented Jun 10, 2019

#1087

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

No branches or pull requests

1 participant