1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Tests: pip3-root.sh
Depends: python3-pip,
Restrictions: allow-stderr, breaks-testbed, needs-internet, needs-root
Tests: pip3-user.sh
Depends: python3-pip,
Restrictions: allow-stderr, breaks-testbed, needs-internet
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823358
Tests: pip3-editable.sh
Depends: python3-pip,
Restrictions: allow-stderr
Tests: venv.sh
Depends: python3-pip-whl,
python3-venv,
Restrictions: allow-stderr, needs-internet
Tests: venv-editable.sh
Depends: python3-pip-whl,
python3-venv,
Restrictions: allow-stderr, needs-internet
|