Skip to content

Prepare setup.py for release#164

Merged
werwty merged 1 commit intopulp:3.0-devfrom
werwty:update-setup
May 8, 2018
Merged

Prepare setup.py for release#164
werwty merged 1 commit intopulp:3.0-devfrom
werwty:update-setup

Conversation

@werwty
Copy link
Copy Markdown
Contributor

@werwty werwty commented May 8, 2018

Update tests to account for smash changes
pulp/pulp-smash#993

@werwty werwty added the 3.0 label May 8, 2018
@werwty werwty force-pushed the update-setup branch 3 times, most recently from a2cc078 to fb436c2 Compare May 8, 2018 18:58
)
versions = get_version_hrefs(repo)
versions = get_versions(repo)
non_latest = choice(versions[:-1])
Copy link
Copy Markdown
Contributor

@jeremy-audet jeremy-audet May 8, 2018

Choose a reason for hiding this comment

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

This variable should be defined like so:

non_latest = choice(versions[:-1])['_href']

Update tests to account for smash changes
pulp/pulp-smash#993
@werwty werwty merged commit bf38a77 into pulp:3.0-dev May 8, 2018
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