summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTzu-ping Chung <uranusjr@gmail.com>2021-08-13 18:08:57 +0800
committerTzu-ping Chung <uranusjr@gmail.com>2021-08-21 00:53:59 +0800
commite483f533fa8c2c95ebb5cb22cdce89885c740dfb (patch)
tree4bd7adf557d9c17598c7d7e8cbe73a248a9d7fae /setup.cfg
parent387844e8f3794bcecb908d444b50b0a19ee43a4f (diff)
downloadpip-e483f533fa8c2c95ebb5cb22cdce89885c740dfb.tar.gz
Switch install scheme backend to sysconfig
This is only done for Python 3.10+ so we don't disrupt too many existing pip installations.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index d5dfb587e..be58a126b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -57,6 +57,7 @@ follow_imports = skip
addopts = --ignore src/pip/_vendor --ignore tests/tests_cache -r aR --color=yes
markers =
network: tests that need network
+ incompatible_with_sysconfig
incompatible_with_test_venv
incompatible_with_venv
no_auto_tempdir_manager