Skip to content

Commit

Permalink
MAINT Unpin coverage package
Browse files Browse the repository at this point in the history
coverage 5.0.1 was released with a fix for:
nedbat/coveragepy#895
  • Loading branch information
ogrisel committed Dec 23, 2019
1 parent dfad061 commit f167b0a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build_tools/azure/install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ IF "%PYTHON_ARCH%"=="64" (
pip install numpy scipy cython pytest wheel pillow joblib
)
if "%COVERAGE%" == "true" (
@rem Using coverage 5.0 will trigger relpath between 2 windows
@rem paths from different drives. Pinning can be removed when
@rem https://github.com/scikit-learn/scikit-learn/issues/15908
@rem is resolved.
pip install coverage==4.5.3 codecov pytest-cov
pip install coverage codecov pytest-cov
)
python --version
pip --version
Expand Down

0 comments on commit f167b0a

Please sign in to comment.