• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

andy-maier / python-yagot
91%
master: 91%

Build:
Build:
LAST BUILD BRANCH: andy/fix-setuptools-wheel-py38
DEFAULT BRANCH: master
Repo Added 13 Feb 2020 05:01PM UTC
Files 6
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH andy/fix-setuptools-wheel-py38
branch: andy/fix-setuptools-wheel-py38
CHANGE BRANCH
x
Reset
  • andy/fix-setuptools-wheel-py38
  • 0.1.0
  • 0.5.0
  • andy/add-api-docs
  • andy/add-ignore-types
  • andy/beta
  • andy/change-assert
  • andy/change-desc
  • andy/change-filtering
  • andy/docs-comments
  • andy/docs-debug-build
  • andy/docs-fix-install
  • andy/docs-improved
  • andy/drop-pypy
  • andy/filter-asserts
  • andy/fix-appveyor-badge
  • andy/fix-colorama-py34
  • andy/fix-cygwin
  • andy/fix-docs
  • andy/fix-link
  • andy/fix-pylint
  • andy/fix-readme-links
  • andy/fix-release-desc2
  • andy/fix-release-desc3
  • andy/fix-release-desc4
  • andy/fix-testcase-descs
  • andy/fix-toxenv-py34
  • andy/fix-typed-ast-py34
  • andy/fix-weakref
  • andy/flip-collected
  • andy/gitignore-dist
  • andy/improve-docs
  • andy/improved-docs
  • andy/initial-impl
  • andy/pytest-plugin
  • andy/remove-end2end
  • andy/rename-decorator
  • andy/simplified-decorator
  • andy/test-gc-count
  • andy/test-py34-py38min
  • andy/update-readme
  • master
  • release_0.1.0
  • release_0.5.0
  • stable_0.5
  • start_0.6.0

pending completion
272

push

travis-ci

andy-maier
Fixed modifying Pip commands on native Windows with Python 3.8

Details:

* The installation of setuptools, wheel and other packages such as six
  on Appveyor (native Windows) with Python 3.8 using the 'pip install'
  command failed with the error:

    ERROR: To modify pip, please run the following command:
    ...\python.exe -m pip install ...

  Pip issue https://github.com/pypa/pip/issues/6994 hints that this may
  be related to packages that require pip. Pip itself vendors any
  dependencies, so that cannot be the reason. however, the error also
  is raised for packages such as six that do not require pip.

  It turned out that in other projects, we have already used
  "python -m pip install ...", but did not document why.

  Anyway, changed any modifying invocation of "pip" to become
  "python -m pip", by introducing an according Make variable
  PIP_CMD_MOD.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>

179 of 197 relevant lines covered (90.86%)

0.91 hits per line

Relevant lines Covered
Build:
Build:
197 RELEVANT LINES 179 COVERED LINES
0.91 HITS PER LINE
Source Files on andy/fix-setuptools-wheel-py38
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
272 andy/fix-setuptools-wheel-py38 Fixed modifying Pip commands on native Windows with Python 3.8 Details: * The installation of setuptools, wheel and other packages such as six on Appveyor (native Windows) with Python 3.8 using the 'pip install' command failed with the error... push 07 Mar 2020 04:22PM UTC andy-maier travis-ci pending completion  
273 andy/fix-setuptools-wheel-py38 Fixed modifying Pip commands on native Windows with Python 3.8 Details: * The installation of setuptools, wheel and other packages such as six on Appveyor (native Windows) with Python 3.8 using the 'pip install' command failed with the error... Pull #53 07 Mar 2020 04:21PM UTC web-flow travis-ci pending completion  
269 andy/fix-setuptools-wheel-py38 Fixed modifying Pip commands on native Windows with Python 3.8 Details: * The installation of setuptools, wheel and other packages such as six on Appveyor (native Windows) with Python 3.8 using the 'pip install' command failed with the error... push 07 Mar 2020 04:14PM UTC andy-maier travis-ci pending completion  
268 andy/fix-setuptools-wheel-py38 Fixed installation of setuptools and wheel on Appveyor with Python 3.8 Details: * The installation of setuptools and wheel on Appveyor with Python 3.8 with the 'pip install' command failed because they seem to be locked on Windows when runni... Pull #53 07 Mar 2020 03:18PM UTC web-flow travis-ci pending completion  
265 andy/fix-setuptools-wheel-py38 Fixed installation of setuptools and wheel on Appveyor with Python 3.8 Details: * The installation of setuptools and wheel on Appveyor with Python 3.8 with the 'pip install' command failed because they seem to be locked on Windows when runni... push 07 Mar 2020 03:15PM UTC andy-maier travis-ci pending completion  
See All Builds (246)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc