Skip to content

CLN: Unify string storage fixture usage #50290

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 2 commits into from
Dec 17, 2022

Conversation

phofl
Copy link
Member

@phofl phofl commented Dec 15, 2022

No description provided.

@phofl phofl added the Clean label Dec 15, 2022
@@ -76,7 +76,7 @@ def test_dont_register_by_default(self):
call = [sys.executable, "-c", code]
assert subprocess.check_call(call) == 0

@td.skip_if_no("matplotlib", min_version="3.1.3")
@td.skip_if_no("matplotlib")
Copy link
Contributor

Choose a reason for hiding this comment

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

There is a td.skip_if_no_mpl decorator. seems logical to use that?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think we can get rid of them altogether, lets see if ci is green

@@ -111,7 +111,7 @@ def test_matplotlib_formatters(self):
assert Timestamp not in units.registry
assert Timestamp in units.registry

@td.skip_if_no("matplotlib", min_version="3.1.3")
@td.skip_if_no("matplotlib")
Copy link
Contributor

Choose a reason for hiding this comment

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

Same question about td.skip_if_no_mpl .

@topper-123 topper-123 added this to the 2.0 milestone Dec 16, 2022
@topper-123 topper-123 added the Testing pandas testing functions or related to the test suite label Dec 16, 2022
@topper-123 topper-123 merged commit e413b91 into pandas-dev:main Dec 17, 2022
@topper-123
Copy link
Contributor

Thanks @phofl.

@phofl phofl deleted the cln_string_storage branch December 17, 2022 11:32
phofl added a commit to phofl/pandas that referenced this pull request Dec 17, 2022
* CLN: Unify string storage fixture usage

* Remove skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean 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