Skip to content

Remove unwanted pip dependencies and files#1497

Merged
DonJayamanne merged 4 commits into
microsoft:masterfrom
DonJayamanne:issue1494
Apr 25, 2018
Merged

Remove unwanted pip dependencies and files#1497
DonJayamanne merged 4 commits into
microsoft:masterfrom
DonJayamanne:issue1494

Conversation

@DonJayamanne
Copy link
Copy Markdown

Fixes #1494

This pull request:

  • Has a title summarizes what is changing
  • Includes a news entry file (remember to thank yourself!)
  • Has unit tests & code coverage is not adversely affected (within reason)
  • Works on all actively maintained versions of Python (e.g. Python 2.7 & the latest Python 3 release)
  • Works on Windows 10, macOS, and Linux (e.g. considered file system case-sensitivity)

@DonJayamanne DonJayamanne added this to the April 2018 milestone Apr 25, 2018
Comment thread .travis.yml Outdated
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
if [ $TRAVIS_OS_NAME == "linux" ]; then
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Trailing whitespace.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2018

Codecov Report

Merging #1497 into master will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1497      +/-   ##
==========================================
+ Coverage   71.26%   71.31%   +0.04%     
==========================================
  Files         271      271              
  Lines       12637    12637              
  Branches     2272     2272              
==========================================
+ Hits         9006     9012       +6     
+ Misses       3493     3490       -3     
+ Partials      138      135       -3
Impacted Files Coverage Δ
...rc/client/debugger/PythonProcessCallbackHandler.ts 53.61% <0%> (+0.65%) ⬆️
src/client/debugger/PythonProcess.ts 51.25% <0%> (+1.66%) ⬆️

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 2c87ae8...033c14a. Read the comment docs.

@DonJayamanne DonJayamanne merged commit 3bba6e8 into microsoft:master Apr 25, 2018
@DonJayamanne DonJayamanne deleted the issue1494 branch June 20, 2018 03:18
@lock lock Bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't use numba for IntelliSense tests

2 participants