Skip to content

Upgrade pytest #479

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

Merged
merged 3 commits into from
Feb 15, 2019
Merged

Upgrade pytest #479

merged 3 commits into from
Feb 15, 2019

Conversation

toolness
Copy link
Collaborator

@toolness toolness commented Feb 15, 2019

This upgrades the following packages:

  • pytest
  • pytest-django
  • pytest-cov

To do

  • It seems pytest now logs regular python warnings as pytest warnings. We should resolve them. Update: This is done, though the fact that there was a typo in a graphql-core deprecation warning, which has been fixed but is not yet part of an official release, complicated things a bit.

  • Fix this warning that is happening in CircleCI but not on my local dev machine:

.venv/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/_collections.py:1
  /root/tenants2/.venv/lib/python3.7/site-packages/botocore/vendored/requests/packages/urllib3/_collections.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import Mapping, MutableMapping

@toolness toolness changed the title Upgrade some development dependencies Upgrade pytest Feb 15, 2019
@toolness toolness marked this pull request as ready for review February 15, 2019 17:19
@toolness toolness merged commit de41e90 into master Feb 15, 2019
@toolness toolness deleted the upgrade-deps branch February 15, 2019 17:19
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

Successfully merging this pull request may close these issues.

1 participant