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

travis CI pytest deprecation warning #13

Open
mikofski opened this issue Mar 8, 2019 · 0 comments
Open

travis CI pytest deprecation warning #13

mikofski opened this issue Mar 8, 2019 · 0 comments

Comments

@mikofski
Copy link
Contributor

mikofski commented Mar 8, 2019

If you check the latest build it says:

=============================== warnings summary ===============================
None
  [pytest] section in setup.cfg files is deprecated, use [tool:pytest] instead.
-- Docs: http://doc.pytest.org/en/latest/warnings.html

The requirements.txt lists pytest>=2.8.5; pytest-3.3.0 is currently always installed by default in Travis, so when they upgrade to pytest-4.x.x, then the warning will become an error.

Also just noticed that Travis is only testing python-2.7, but that's a separate issue, maybe related to #12 and setting up Azure pipelines to build/test python-3

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