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

TST: Make encoded sep check more locale sensitive #14161

Merged
merged 1 commit into from
Sep 8, 2016

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Sep 6, 2016

Follow-up to #14120 to make the sep check more locale sensitive. Closes #14140.

@jreback
Copy link
Contributor

jreback commented Sep 6, 2016

ok looks fine
ping on all green

@gfyoung gfyoung force-pushed the char-encode-locale branch 2 times, most recently from e16f9e1 to cd95c13 Compare September 6, 2016 07:40
@codecov-io
Copy link

codecov-io commented Sep 6, 2016

Current coverage is 85.24% (diff: 50.00%)

Merging #14161 into master will decrease coverage by <.01%

@@             master     #14161   diff @@
==========================================
  Files           140        140          
  Lines         50549      50555     +6   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          43090      43095     +5   
- Misses         7459       7460     +1   
  Partials          0          0          

Powered by Codecov. Last update 02df7b6...4f3d833

@jreback
Copy link
Contributor

jreback commented Sep 6, 2016

doesn't appear to fix the issue. 1a8273c skipping for now (pls reverse in your commit)

@jreback jreback added Testing pandas testing functions or related to the test suite IO CSV read_csv, to_csv labels Sep 6, 2016
@gfyoung
Copy link
Member Author

gfyoung commented Sep 6, 2016

@jreback : Okay, thanks for letting me know. I might need to do some hackish commits to debug what Appveyor is doing with regards to locale.

@gfyoung gfyoung force-pushed the char-encode-locale branch 2 times, most recently from 80a7fd9 to a549272 Compare September 7, 2016 06:06
@gfyoung
Copy link
Member Author

gfyoung commented Sep 7, 2016

@jreback : Just as I thought. The system encoding used on Appveyor Python 3.5 is one that will actually encode the separator properly (see here). I can also confirm on my local Windows machine.

The test is flaky across Appveyor and Travis, so I think it is best to remove or disable.

@jreback
Copy link
Contributor

jreback commented Sep 8, 2016

fine to remove/disable

@gfyoung
Copy link
Member Author

gfyoung commented Sep 8, 2016

@jreback : Removed the test. Ready to merge if there are no other concerns.

@jreback jreback added this to the 0.19.0 milestone Sep 8, 2016
@jreback jreback merged commit 8af6264 into pandas-dev:master Sep 8, 2016
@jreback
Copy link
Contributor

jreback commented Sep 8, 2016

thanks

@gfyoung gfyoung deleted the char-encode-locale branch September 9, 2016 02:03
trbs added a commit to trbs/pandas that referenced this pull request Sep 12, 2016
…eter

* github.com:pydata/pandas: (554 commits)
  BUG: compat with Stata ver 111
  Fix: F999 dictionary key '2000q4' repeated with different values (pandas-dev#14198)
  BLD: Test for Python 3.5 with C locale
  BUG: DatetimeTZBlock can't assign values near dst boundary
  BUG: union_categorical with Series and cat idx
  BUG: fix str.contains for series containing only nan values
  BUG: Categorical constructor not idempotent with ext dtype
  TST: Make encoded sep check more locale sensitive (pandas-dev#14161)
  DOC: minor typo in 0.19.0 whatsnew file (pandas-dev#14185)
  BUG: fix tz-aware datetime convert to DatetimeIndex (GH 14088)
  BUG : bug in setting a slice of a Series with a np.timedelta64
  RLS: v0.19.0rc1
  DOC: clean-up 0.19.0 whatsnew file (pandas-dev#14176)
  DOC: cleanup build warnings (pandas-dev#14172)
  Add steps to run gbq integration testing to the contributing docs (pandas-dev#14144)
  ENH: concat and append now can handle unordered categories (pandas-dev#13767)
  DEPR: Deprecate pandas.core.datetools (pandas-dev#14105)
  API/DEPR: Remove +/- as setops for DatetimeIndex/PeriodIndex (GH9630) (pandas-dev#14164)
  Fix trivial typo in comment (pandas-dev#14174)
  API/DEPR: Remove +/- as setops for Index (GH8227) (pandas-dev#14127)
  ...
trbs added a commit to trbs/pandas that referenced this pull request Sep 12, 2016
* github.com:pydata/pandas: (554 commits)
  BUG: compat with Stata ver 111
  Fix: F999 dictionary key '2000q4' repeated with different values (pandas-dev#14198)
  BLD: Test for Python 3.5 with C locale
  BUG: DatetimeTZBlock can't assign values near dst boundary
  BUG: union_categorical with Series and cat idx
  BUG: fix str.contains for series containing only nan values
  BUG: Categorical constructor not idempotent with ext dtype
  TST: Make encoded sep check more locale sensitive (pandas-dev#14161)
  DOC: minor typo in 0.19.0 whatsnew file (pandas-dev#14185)
  BUG: fix tz-aware datetime convert to DatetimeIndex (GH 14088)
  BUG : bug in setting a slice of a Series with a np.timedelta64
  RLS: v0.19.0rc1
  DOC: clean-up 0.19.0 whatsnew file (pandas-dev#14176)
  DOC: cleanup build warnings (pandas-dev#14172)
  Add steps to run gbq integration testing to the contributing docs (pandas-dev#14144)
  ENH: concat and append now can handle unordered categories (pandas-dev#13767)
  DEPR: Deprecate pandas.core.datetools (pandas-dev#14105)
  API/DEPR: Remove +/- as setops for DatetimeIndex/PeriodIndex (GH9630) (pandas-dev#14164)
  Fix trivial typo in comment (pandas-dev#14174)
  API/DEPR: Remove +/- as setops for Index (GH8227) (pandas-dev#14127)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO CSV read_csv, to_csv Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants