Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

use dash loosen-testing-reqs branch and fix linting #857

Merged
merged 3 commits into from
Dec 17, 2020
Merged

Conversation

alexcjohnson
Copy link
Collaborator

sanity for plotly/dash#1506

@@ -18,6 +15,9 @@
)
_sys.exit(1)

from ._imports_ import * # noqa: E402, F401, F403
from ._imports_ import __all__ # noqa: E402
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The test above needs to happen before these imports or it's useless, because the components will try to use dash.development.

@@ -32,7 +32,7 @@ jobs:
python -m venv venv || virtualenv venv
. venv/bin/activate
pip install -r dev-requirements.txt --quiet
git clone --depth 1 git@github.com:plotly/dash.git dash-main
git clone --depth 1 -b loosen-testing-reqs git@github.com:plotly/dash.git dash-main
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

we can revert these branches and merge this PR even before plotly/dash#1506 merges, because the changes here are fine with dash@dev

@alexcjohnson alexcjohnson merged commit 1e25a12 into dev Dec 17, 2020
@alexcjohnson alexcjohnson deleted the dash-1506 branch December 17, 2020 20:19
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.

2 participants