Browse Source

.github/workflows/python.yml: document reason for not upgrading pipenv beyond v2023.6.18

Fabian Peter Hammerle 8 months ago
parent
commit
e517165285
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .github/workflows/python.yml

+ 7 - 0
.github/workflows/python.yml

@@ -46,6 +46,13 @@ jobs:
         python-version: ${{ matrix.python-version }}
         # did not reduce runtime of `pipenv install` (still approx. 1 min)
         #cache: pipenv
+    # with pipenv v2023.6.26:
+    # > $ pipenv run pytest --cov="$(cat *.egg-info/top_level.txt)"
+    # . --cov-report=term-missing --cov-fail-under=100
+    # > cat: '*.egg-info/top_level.txt': No such file or directory
+    # > [...]
+    # > [...]/coverage/inorout.py:507: CoverageWarning:
+    # . Module  was never imported. (module-not-imported)
     - run: pip install --upgrade pipenv==2023.6.18
     # by default pipenv picks the latest version in PATH
     - run: pipenv install --python "$PYTHON_VERSION" --deploy --dev