Skip to content
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

CI: Add testing for Musl Linux #52953

Merged
merged 10 commits into from
Apr 28, 2023
Merged

CI: Add testing for Musl Linux #52953

merged 10 commits into from
Apr 28, 2023

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke added Testing pandas testing functions or related to the test suite CI Continuous Integration labels Apr 27, 2023
Copy link
Member

@datapythonista datapythonista left a comment

Choose a reason for hiding this comment

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

lgtm, thanks @mroeschke

python -m pip install --no-cache-dir --no-build-isolation --no-use-pep517 -e .
python -m pip list
export PANDAS_CI=1
python -m pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml
Copy link
Member

Choose a reason for hiding this comment

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

I would probably have the call to tests in its own step, if I'm not missing a reason to have it together with the creation of the environment.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good idea. I'll put this in it's own step

@mroeschke mroeschke added this to the 2.1 milestone Apr 28, 2023
@mroeschke mroeschke merged commit d17eb8f into pandas-dev:main Apr 28, 2023
@mroeschke mroeschke deleted the ci/musl branch April 28, 2023 17:48
NumanIjaz pushed a commit to NumanIjaz/pandas that referenced this pull request May 1, 2023
* CI: Add testing for Musl Linux

* Install locale

* Add loc path

* set tz too

* Skip one test for musl, use more standard tz for musl

* Correct skips for MUSL

* Do less stuff during install

* syntax error
topper-123 pushed a commit to topper-123/pandas that referenced this pull request May 7, 2023
* CI: Add testing for Musl Linux

* Install locale

* Add loc path

* set tz too

* Skip one test for musl, use more standard tz for musl

* Correct skips for MUSL

* Do less stuff during install

* syntax error
Rylie-W pushed a commit to Rylie-W/pandas that referenced this pull request May 19, 2023
* CI: Add testing for Musl Linux

* Install locale

* Add loc path

* set tz too

* Skip one test for musl, use more standard tz for musl

* Correct skips for MUSL

* Do less stuff during install

* syntax error
Daquisu pushed a commit to Daquisu/pandas that referenced this pull request Jul 8, 2023
* CI: Add testing for Musl Linux

* Install locale

* Add loc path

* set tz too

* Skip one test for musl, use more standard tz for musl

* Correct skips for MUSL

* Do less stuff during install

* syntax error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants