Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HypothesisWorks/hypothesis
/ pip_tool
Function
pip_tool
tooling/src/hypothesistooling/scripts.py:66–72 ·
view source on GitHub ↗
(name, *args, **kwargs)
Source
from the content-addressed store, hash-verified
64
65
66
def
pip_tool(name, *args, **kwargs):
67
args = [str(arg)
for
arg in args]
68
print_command(name, args)
69
r = subprocess.call([tool_path(name), *args], **kwargs)
70
71
if
r != 0:
72
sys.exit(r)
Callers
15
test_pyright_passes_on_hypothesis
Function · 0.90
test_mypy_passes_on_hypothesis_strict
Function · 0.90
test_mypy_passes_on_hypothesis
Function · 0.90
test_passes_rst_lint
Function · 0.90
disabled_test_passes_flake8
Function · 0.90
codespell
Function · 0.90
lint
Function · 0.90
format
Function · 0.90
compile_requirements
Function · 0.90
update_python_versions
Function · 0.90
update_django_versions
Function · 0.90
live_docs
Function · 0.90
Calls
2
print_command
Function · 0.85
tool_path
Function · 0.85
Tested by
5
test_pyright_passes_on_hypothesis
Function · 0.72
test_mypy_passes_on_hypothesis_strict
Function · 0.72
test_mypy_passes_on_hypothesis
Function · 0.72
test_passes_rst_lint
Function · 0.72
disabled_test_passes_flake8
Function · 0.72