8000 Require python 3.6 and CI maintenance by jonmmease · Pull Request #3160 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

Require python 3.6 and CI maintenance #3160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 37 commits into from
Apr 22, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
699a925
Update setup.py to require Python>=3.6
jonmmease Apr 21, 2021
5fae5e0
Add an f-string (compatible with python>=3.6) for good measure
jonmmease Apr 21, 2021
841da65
remove pre 3.6 tests from tox and circleci
jonmmease Apr 21, 2021
4608f1e
First cut at abandoning tox
jonmmease Apr 21, 2021
3af133a
Rename plot_ly in chart_studio in ci tests
jonmmease Apr 21, 2021
028b960
Remove tox.ini files
jonmmease Apr 21, 2021
b17d6ac
Move tests with pandas/numpy dependencies to test_optional, remove th…
jonmmease Apr 21, 2021
8d83a81
Move more px tests to optional
jonmmease Apr 21, 2021
9a5c76f
increase optional timeout
jonmmease Apr 21, 2021
1014fda
Move another test with px to optional
jonmmease Apr 21, 2021
3becff8
blacken
jonmmease Apr 21, 2021
4effc46
Fix relative import
jonmmease Apr 21, 2021
87d5d05
Move dependency check tests to optional
jonmmease Apr 21, 2021
ca57ddb
more logging in optional test suite
jonmmease Apr 21, 2021
0b92a0e
Don't open browser window in matplotlylib test
jonmmease Apr 21, 2021
b759248
Add Python 3.8 and 3.9 tests
jonmmease Apr 21, 2021
8d013d1
pull dependencies for conda test case from same option requirements.t…
jonmmease Apr 21, 2021
7bdfcb0
fix indentation
jonmmease Apr 21, 2021
8d2ac6e
Activate conda environment before pip install
jonmmease Apr 21, 2021
0c85dc5
Fix 3.8/3.9 ci images
jonmmease Apr 21, 2021
bf1d1d8
Try again with pip install in conda environment
jonmmease Apr 21, 2021
6c10e9b
Set pandas plotting backend explicitly
jonmmease Apr 21, 2021
7820bbc
Fix working directory on pip install
jonmmease Apr 21, 2021
821231c
Don't fail on old versions of pandas
jonmmease Apr 21, 2021
331118e
path fix
jonmmease Apr 21, 2021
8623079
Don't fail on any exception when setting pandas backend
jonmmease Apr 21, 2021
cb0ff7c
blacken
jonmmease Apr 21, 2021
e0b6ce5
Another try
jonmmease Apr 21, 2021
94cdd99
Another try
jonmmease Apr 21, 2021
b072478
pip install into the right conda environment.
jonmmease Apr 21, 2021
1f37f16
Add psutil as optional dependency for orca tests
jonmmease Apr 21, 2021
2ac4f63
Add requirement.txt to conda ci job cache key
jonmmease Apr 21, 2021
ddb2741
Add poppler to orca tests
jonmmease Apr 21, 2021
4080677
Try reverting orca environment
jonmmease Apr 21, 2021
44f8dd6
disable non-orca tests
jonmmease Apr 21, 2021
6204354
Enable other CI tests
jonmmease Apr 21, 2021
d5d9ee6
Merge remote-tracking branch 'origin/master' into python3
jonmmease Apr 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move more px tests to optional
  • Loading branch information
jonmmease committed Apr 21, 2021
commit 8d83a813c19a79feaedb8ac01988ac2fd86b79d3
0