summaryrefslogtreecommitdiff
path: root/requirements/pytest.in
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-08-11 07:44:29 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-08-11 07:44:29 -0400
commit015e42af088e03c4c69068b191be9212d7808689 (patch)
treebef2431983f02ddbfe8234c6a8bae59c022feb59 /requirements/pytest.in
parent1d25d0de76b81d13939be2e6f4782a0cfc776765 (diff)
downloadpython-coveragepy-git-015e42af088e03c4c69068b191be9212d7808689.tar.gz
build: switch to hashed dev dependencies
I used this tweak to the Makefile to mostly just add hashes, though some dependencies were also upgraded, not sure why... @@ -74,7 +74,7 @@ metasmoke: .PHONY: upgrade -PIP_COMPILE = pip-compile --upgrade --allow-unsafe +PIP_COMPILE = pip-compile --allow-unsafe --generate-hashes upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade upgrade: ## Update the *.pip files with the latest packages satisfying *.in files. pip install -q -r requirements/pip-tools.pip
Diffstat (limited to 'requirements/pytest.in')
-rw-r--r--requirements/pytest.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements/pytest.in b/requirements/pytest.in
index 5ff874f1..27a33995 100644
--- a/requirements/pytest.in
+++ b/requirements/pytest.in
@@ -12,4 +12,5 @@ pytest
pytest-xdist
# Use a fork of PyContracts that supports Python 3.9
#PyContracts==1.8.12
-git+https://github.com/slorg1/contracts@collections_and_validator
+# git+https://github.com/slorg1/contracts@collections_and_validator
+https://github.com/slorg1/contracts/archive/c5a6da27d4dc9985f68e574d20d86000880919c3.zip