-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: Migrate Python 3.10 testing to Posix GHA/Azure Pipelines #45120
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
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
fedc001
CI: Migrate Python 3.10 testing to Posix GHA/Azure Pipelines
lithomas1 72bc95b
Update posix.yml
lithomas1 6a6cfe0
Update posix.yml
lithomas1 3b1eb1c
Update windows.yml
lithomas1 14049db
Update python-dev.yml
lithomas1 4fac892
spacing
lithomas1 8c24a67
Merge branch 'pandas-dev:master' into py310-testing
lithomas1 7f96cde
Merge branch 'pandas-dev:master' into py310-testing
lithomas1 98bcb76
remove numba
lithomas1 859908d
fixes
lithomas1 98757e1
adjust regex for py310
lithomas1 7231889
try xclip instead of xsel?
lithomas1 248290c
Update python-dev.yml
lithomas1 00571c4
Merge branch 'pandas-dev:master' into py310-testing
lithomas1 26846c5
Merge branch 'pandas-dev:main' into py310-testing
lithomas1 afb5018
Merge branch 'main' into py310-testing
lithomas1 ff9244f
updates
lithomas1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: pandas-dev | |
channels: | ||
- defaults | ||
dependencies: | ||
- python=3.9 | ||
- python=3.10 | ||
|
||
# tools | ||
- pytest>=6.0 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
name: pandas-dev | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.9 | ||
|
||
# test dependencies | ||
- cython=0.29.24 | ||
- pytest>=6.0 | ||
- pytest-cov | ||
- pytest-xdist>=1.31 | ||
- hypothesis>=5.5.3 | ||
- psutil | ||
|
||
# required dependencies | ||
- python-dateutil | ||
- numpy | ||
- pytz | ||
|
||
# optional dependencies | ||
- beautifulsoup4 | ||
- blosc | ||
- bottleneck | ||
- fastparquet | ||
- fsspec | ||
- html5lib | ||
- gcsfs | ||
- jinja2 | ||
- lxml | ||
- matplotlib | ||
# TODO: uncomment after numba supports py310 | ||
#- numba | ||
- numexpr | ||
- openpyxl | ||
- odfpy | ||
- pandas-gbq | ||
- psycopg2 | ||
- pymysql | ||
- pytables | ||
- pyarrow | ||
- pyreadstat | ||
- pyxlsb | ||
- s3fs | ||
- scipy | ||
- sqlalchemy | ||
- tabulate | ||
- xarray | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
- zstandard |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: pandas-dev | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- python=3.10 | ||
|
||
# tools | ||
- cython>=0.29.24 | ||
- pytest>=6.0 | ||
- pytest-xdist>=1.31 | ||
- hypothesis>=5.5.3 | ||
- pytest-azurepipelines | ||
|
||
# pandas dependencies | ||
- beautifulsoup4 | ||
- bottleneck | ||
- html5lib | ||
- jinja2 | ||
- lxml | ||
- matplotlib | ||
- nomkl | ||
- numexpr | ||
- numpy | ||
- openpyxl | ||
- pyarrow | ||
- pyreadstat | ||
- pytables | ||
- python-dateutil==2.8.1 | ||
- pytz | ||
- pyxlsb | ||
- xarray | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
- zstandard |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: pandas-dev | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- python=3.9 | ||
|
||
# tools | ||
- cython>=0.29.24 | ||
- pytest>=6.0 | ||
- pytest-xdist>=1.31 | ||
- hypothesis>=5.5.3 | ||
- pytest-azurepipelines | ||
|
||
# pandas dependencies | ||
- beautifulsoup4 | ||
- bottleneck | ||
- html5lib | ||
- jinja2 | ||
- lxml | ||
- matplotlib=3.3.2 | ||
- nomkl | ||
- numexpr | ||
- numpy=1.21.3 | ||
- openpyxl | ||
- pyarrow=1.0.1 | ||
- pyreadstat | ||
- pytables | ||
- python-dateutil==2.8.1 | ||
- pytz | ||
- pyxlsb | ||
- xarray | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
- zstandard |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: pandas-dev | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python=3.10 | ||
|
||
# tools | ||
- cython>=0.29.24 | ||
- pytest>=6.0 | ||
- pytest-xdist>=1.31 | ||
- hypothesis>=5.5.3 | ||
- pytest-azurepipelines | ||
|
||
# pandas dependencies | ||
- beautifulsoup4 | ||
- bottleneck | ||
- fsspec>=0.8.0 | ||
- gcsfs | ||
- html5lib | ||
- jinja2 | ||
- lxml | ||
- matplotlib | ||
# TODO: uncomment after numba supports py310 | ||
#- numba | ||
- numexpr | ||
- numpy | ||
- openpyxl | ||
- pyarrow | ||
- pytables | ||
- python-dateutil | ||
- pytz | ||
- s3fs>=0.4.2 | ||
- scipy | ||
- sqlalchemy | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
- pyreadstat | ||
- pyxlsb | ||
- zstandard |
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lithomas1 Why was xclip chosen here instead of xsel?
I think there's this flaky clipboard test now on this build, and the only difference between this and the other clipboard ones is xclip vs xsel
https://github.com/pandas-dev/pandas/runs/4875566178?check_suite_focus=true#step:10:51