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

[MRG] WindowsError should be a type under non-Windows platforms #494

Merged
merged 1 commit into from Feb 14, 2017

Conversation

lesteve
Copy link
Member

@lesteve lesteve commented Feb 14, 2017

You could get "TypeError: catching classes that do not inherit from
BaseException is not allowed" when hitting Control-C.

You could get "TypeError: catching classes that do not inherit from
BaseException is not allowed" when hitting Control-C.
@codecov
Copy link

codecov bot commented Feb 14, 2017

Codecov Report

Merging #494 into master will increase coverage by 0.06%.
The diff coverage is 16.66%.

@@            Coverage Diff             @@
##           master     #494      +/-   ##
==========================================
+ Coverage   93.94%   94.01%   +0.06%     
==========================================
  Files          36       36              
  Lines        4575     4576       +1     
==========================================
+ Hits         4298     4302       +4     
+ Misses        277      274       -3
Impacted Files Coverage Δ
joblib/pool.py 89.51% <16.66%> (-0.37%)
joblib/test/test_parallel.py 94.16% <ø> (+0.26%)
joblib/_parallel_backends.py 93.24% <ø> (+2.02%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c60f943...93f7e38. Read the comment docs.

@lesteve
Copy link
Member Author

lesteve commented Feb 14, 2017

I just wanted to check everything was fine with the CIs and I am going to merge this one.

@lesteve lesteve merged commit 8fa1ca2 into joblib:master Feb 14, 2017
@lesteve lesteve deleted the fix-except-windows-error branch February 14, 2017 09:52
yarikoptic added a commit to yarikoptic/joblib that referenced this pull request Nov 3, 2017
* tag '0.11': (60 commits)
  Add configuration for readthedocs
  Minor fixes in CHANGES.rst
  Set relase version to 0.11
  Add 0.11 section to changelog
  Fix rst for correct rendering on PyPI
  MAINT update release instructions to use twine
  [MRG] Fix AppVeyor test exit code (joblib#505)
  [MRG] turn warnings into error in the doc generation (joblib#504)
  MAINT replace py.test by pytest
  MAINT remove most warnings from documentating the doc
  Shorter error message when cache results can not be loaded. (joblib#501)
  Replace deprecated logging.warn by logging.warning
  add pypi badge to readme and move the bagdes to the top (joblib#500)
  Enable codecov on AppVeyor (joblib#497)
  Improve folder organisation for CI files (joblib#499)
  Revert flake8 version to 2.5.1
  Use Python 3.5 on AppVeyor (joblib#495)
  Fix race condition in Memory when persisting output in parallel (joblib#491)
  WindowsError should be a type under non-Windows platforms (joblib#494)
  [MRG+1] activate coverage on multiple builds (joblib#493)
  ...
yarikoptic added a commit to yarikoptic/joblib that referenced this pull request Nov 3, 2017
* commit '0.11-7-g0d2e765': (60 commits)
  Add configuration for readthedocs
  Minor fixes in CHANGES.rst
  Set relase version to 0.11
  Add 0.11 section to changelog
  Fix rst for correct rendering on PyPI
  MAINT update release instructions to use twine
  [MRG] Fix AppVeyor test exit code (joblib#505)
  [MRG] turn warnings into error in the doc generation (joblib#504)
  MAINT replace py.test by pytest
  MAINT remove most warnings from documentating the doc
  Shorter error message when cache results can not be loaded. (joblib#501)
  Replace deprecated logging.warn by logging.warning
  add pypi badge to readme and move the bagdes to the top (joblib#500)
  Enable codecov on AppVeyor (joblib#497)
  Improve folder organisation for CI files (joblib#499)
  Revert flake8 version to 2.5.1
  Use Python 3.5 on AppVeyor (joblib#495)
  Fix race condition in Memory when persisting output in parallel (joblib#491)
  WindowsError should be a type under non-Windows platforms (joblib#494)
  [MRG+1] activate coverage on multiple builds (joblib#493)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant