diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-23 08:34:41 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-24 06:45:10 -0500 |
| commit | 3dfa4498abf5885307f921862f7d367166af76a6 (patch) | |
| tree | 22c97d835fb27868baffea91b68ecee7d35389d8 /Makefile | |
| parent | 2f7e38407321c1ce33a8a13cd3fbb7d73be99278 (diff) | |
| download | python-coveragepy-git-3dfa4498abf5885307f921862f7d367166af76a6.tar.gz | |
test(build): a better way to pin light-thread packages
Also, clearly indicate when we are skipping tests because the packages aren't
available.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ upgrade: ## update the *.pip files with the latest packages satisfying *.in $(PIP_COMPILE) -o requirements/kit.pip requirements/kit.in $(PIP_COMPILE) -o requirements/tox.pip requirements/tox.in $(PIP_COMPILE) -o requirements/dev.pip requirements/dev.in + $(PIP_COMPILE) -o requirements/light-threads.pip requirements/light-threads.in $(PIP_COMPILE) -o doc/requirements.pip doc/requirements.in # Kitting |
