Skip to content

upgrade pytest+pytest-django to eliminate dependencies on six #7672

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
Mar 10, 2021

Conversation

maxmorlocke
Copy link
Contributor

@maxmorlocke maxmorlocke commented Dec 25, 2020

Description

PR's are failing regularly due to pytest-django 3.9's dependency on six. This is a minimalist PR for correcting that single issue to unblock the test pipeline. Note that pytest couldn't go to the absolute latest version, as they've eliminated support for py3.5 as it's EOL'ed.

I will spend some time later (holidays) attempting to identify any other packages that may have a dependency on six and see if we can upgrade and/or replace those.

@maxmorlocke maxmorlocke changed the title upgrade to latest version of pytest+pytest-django to eliminate depend… upgrade pytest+pytest-django to eliminate dependencies on six Dec 25, 2020
@tomchristie
Copy link
Member

Okay, thanks!

@tomchristie tomchristie merged commit ffe11d4 into encode:master Mar 10, 2021
stefanacin pushed a commit to stefanacin/django-rest-framework that referenced this pull request Mar 22, 2021
…#7672)

* upgrade to latest version of pytest+pytest-django to eliminate dependency on six

* rollback pytest to 6.1 as py35 is dropped in 6.2

Co-authored-by: Tom Christie <tom@tomchristie.com>
sigvef pushed a commit to sigvef/django-rest-framework that referenced this pull request Dec 3, 2022
…#7672)

* upgrade to latest version of pytest+pytest-django to eliminate dependency on six

* rollback pytest to 6.1 as py35 is dropped in 6.2

Co-authored-by: Tom Christie <tom@tomchristie.com>
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.

3 participants