浏览代码

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

Fabian Peter Hammerle 9 月之前
父节点
当前提交
e517165285
共有 1 个文件被更改,包括 7 次插入0 次删除
  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