Skip to content

Conversation

@kpsherva
Copy link
Contributor

@kpsherva kpsherva commented Mar 12, 2020

  • drop support for python 2.7
  • fix tests to follow the changes in registering entry points
    (from pkg_resources.iter_entry_points to importlib_metadata
  • closes global: fix version conflict #19

Copy link
Member

@slint slint left a comment

Choose a reason for hiding this comment

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

:shipit: like it's 🔥

.travis.yml Outdated
Comment on lines 31 to 33
- "requirements-builder -e all --level=min setup.py > .travis-lowest-requirements.txt"
- "requirements-builder -e all --level=pypi setup.py > .travis-release-requirements.txt"
- "requirements-builder -e all --level=dev --req requirements-devel.txt setup.py > .travis-devel-requirements.txt"
Copy link
Member

Choose a reason for hiding this comment

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

I think these are not needed since you took the "chaotic good" path :)

@slint slint merged commit ce0a771 into inveniosoftware:master Mar 13, 2020
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.

global: fix version conflict

2 participants