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

Huge number of warnings in test runs #141

Open
shuttle1987 opened this issue Nov 13, 2018 · 3 comments
Open

Huge number of warnings in test runs #141

shuttle1987 opened this issue Nov 13, 2018 · 3 comments
Labels
low priority lower priority tasks testing Testing and QA related

Comments

@shuttle1987
Copy link
Member

Right now there are a huge number of warnings that are present in a test run. It would be good to get these to go away.

@shuttle1987 shuttle1987 added the testing Testing and QA related label Nov 13, 2018
@shuttle1987
Copy link
Member Author

There's a ton of these getting spewed out from tensorflow:

  /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/tensorflow/python/util/tf_inspect.py:75: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
    return _inspect.getargspec(target)

@shuttle1987
Copy link
Member Author

While this is annoying as it may obscure a real problem I'm marking this as lower priority.

@shuttle1987 shuttle1987 added the low priority lower priority tasks label Nov 18, 2018
@shuttle1987
Copy link
Member Author

For now just running tests locally like this:

python -m pytest --disable-pytest-warnings 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority lower priority tasks testing Testing and QA related
Projects
None yet
Development

No branches or pull requests

1 participant