Skip to content

Conversation

@IvanAnishchuk
Copy link
Contributor

Fix tests relying on non-standard behavior of old oauthlib.
Fix test fixtures that rely on outdated django.
Fix some timezone warnings too.

oauthlib 3.1 comes with a few changes that break certain non-standard behavior, in particular, passing token to revocation endpoint in query instead of body. This fixes the tests so they are not relying on this non-standard behavior.
Use timezone-aware datetimes.
Fix data used for token fixtures.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1151

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.697%

TotalsCoverage Status
Change from base Build 1131:0.0%
Covered Lines:1250
Relevant Lines:1320

💛 - Coveralls

@jleclanchejleclanche merged commit 0ff567c into masterOct 20, 2019
@jleclanchejleclanche deleted the fix_testsuite branch October 20, 2019 00:05
Sign up for freeto 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

@IvanAnishchuk@coveralls@jleclanche