Skip to content

Fix build_docs test#803

Merged
rwedge merged 7 commits into
masterfrom
test-addon-imports
Nov 8, 2019
Merged

Fix build_docs test#803
rwedge merged 7 commits into
masterfrom
test-addon-imports

Conversation

@rwedge

@rwedge rwedge commented Nov 7, 2019

Copy link
Copy Markdown
Contributor

Pull Request Description

Resolves #802

Importing featuretools.autonormalize fails seemingly due to pip not installing a version of python-dateutil that satisfies both pandas and botocore.
Once boto/botocore#1872 is resolved we can remove the requirement

We could add more automated tests checking that featuretools.autonormalize and other entrypoint imports work, but I think it would be better to test those on the original library's repo instead of ours.

I'm thinking a test scheme like this:

  • Featuretools library tests that featuretools[complete] install the additional library
  • The additional library tests the ability to use the entry point each time Featuretools master branch is updated

After creating the pull request: in order to pass the changelog_updated check you will need to update the "Future Release" section of docs/source/changelog.rst to include this pull request.

@rwedge rwedge requested a review from kmax12 November 7, 2019 22:04
@rwedge rwedge changed the title Add CI checks for entrypoints of optional packages Fix build_docs test Nov 8, 2019
@rwedge rwedge merged commit 9a4efda into master Nov 8, 2019
@rwedge rwedge deleted the test-addon-imports branch November 8, 2019 17:37
@rwedge rwedge mentioned this pull request Nov 30, 2019
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.

CI failing to build docs

2 participants