Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Rerun the travis generator #395

Merged
merged 1 commit into from
Aug 9, 2019
Merged

Conversation

asmacdo
Copy link
Contributor

@asmacdo asmacdo commented Aug 8, 2019

There have been a few changes, but #394 is blocked because we are still testing against mariadb.

@asmacdo asmacdo force-pushed the rerun-travis-generator branch 3 times, most recently from 749853e to e7b8829 Compare August 8, 2019 19:47
.travis/playbook.yml Outdated Show resolved Hide resolved
@pep8speaks
Copy link

pep8speaks commented Aug 8, 2019

Hello @asmacdo! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2019-08-08 20:45:42 UTC

return
log.info("Updating bearer token")
bearer_info_string = response_auth_header[len("Bearer "):]
bearer_info_list = re.split(',(?=[^=,]+=)', bearer_info_string)
bearer_info_string = response_auth_header[len("Bearer ") :]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not my favorite, but they want to keep it this way. psf/black#311

test: False
travis: True
verbose: False
black: False
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using black caused some problems, so I disabled it for now. We can add in another PR.

@ipanova ipanova merged commit efdf6e8 into pulp:master Aug 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants