Configure tox to run tests against both py27 and py36 - #14
Merged
Conversation
added 13 commits
June 5, 2017 14:17
Signed-off-by: Aleksandr Lisianoi <all3fox@gmail.com>
1. Make source of build status table more compact Also, reuse links to make it clear where the build status comes from. 2. Fix whitespace here and there 3. Fix code highlighting and inline code display Signed-off-by: Aleksandr Lisianoi <all3fox@gmail.com>
Add pluggy wheel, pluggy.ABOUT and pluggy.LICENSE This does not change etc/conf files, so ./configure is unchanged Signed-off-by: Aleksandr Lisianoi <all3fox@gmail.com>
Add tox wheel, tox.ABOUT and tox.LICENSE This does not change etc/conf files, so ./configure is unchanged Signed-off-by: Aleksandr Lisianoi <all3fox@gmail.com>
Change certifi.ABOUT accordingly Signed-off-by: Aleksandr Lisianoi <all3fox@gmail.com>
change setuptools.ABOUT accordingly (fix too) Signed-off-by: Aleksandr Lisianoi <all3fox@gmail.com>
Change wheel.ABOUT accordingly Signed-off-by: Aleksanr Lisianoi <all3fox@gmail.com>
Change pip.ABOUT accordingly Copy from scnacode-toolkit verbatim Signed-off-by: Aleksandr Lisinaoi <all3fox@gmail.com>
Change py.ABOUT accordingly Signed-off-by: Aleksandr Lisianoi <all3fox@gmail.com>
Update colorama.ABOUT accordingly Signed-off-by: Aleksandr Lisianoi <all3fox@gmail.com>
Update pytest.ABOUT accordingly Signed-off-by: Aleksandr Lisianoi <all3fox@gmail.com>
Update virtualenv.ABOUT accordingly Signed-off-by: Aleksandr Lisianoi <all3fox@gmail.com>
Run `tox` to test against both py27 and py36 at once Closes: #13 Signed-off-by: Aleksandr Lisianoi <all3fox@gmail.com>
Member
|
Looking good! But actually this will need to be refined further, because the latest version do vendor further code under BSD and Apache license and may be more.... see https://github.com/pypa/setuptools/tree/a9d902519680132493176106fe46aa9d77eafd10/pkg_resources/_vendor |
pombredanne
pushed a commit
that referenced
this pull request
Apr 16, 2021
Merge changes from develop to main
pombredanne
added a commit
that referenced
this pull request
May 10, 2022
Add support for gems and improve RPM support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR also does a bulk update of all of the dependencies for
license-expressionIt solved a problem that
toxwas having without this update. Very likely the offending package wasvirtualenvthat was updated from12.0.5to15.0.1. However, all other packages were updated as well and I cannot be sure that onlyvirtualenvwas causing the issue.