pip/tests/lib
Роман Донченко 44c1ccaf40 Replace deprecated setup/teardown usage
As explained in
<https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose>,
`setup`/`teardown` are a part of nose compatibility, which is deprecated.
You're supposed to use `setup_method` and `teardown_method` instead.
2023-01-27 22:00:50 +03:00
..
__init__.py Merge pull request #11277 from vanschelven/respect-no-index-from-requirements-file 2022-08-30 15:47:51 +08:00
certs.py Move many type comments to annotations 2021-08-10 07:12:32 -07:00
compat.py Apply mypy config override to blocked_signals 2021-11-22 17:05:15 +08:00
configuration_helpers.py Replace deprecated setup/teardown usage 2023-01-27 22:00:50 +03:00
direct_url.py Migrate tests to use pathlib.Path 2022-06-08 19:58:46 +08:00
filesystem.py Drop out-of-tree/in-tree build transition flags 2022-04-08 12:20:36 +01:00
git_submodule_helpers.py Migrate tests to use pathlib.Path 2022-06-08 19:58:46 +08:00
index.py Complete typing of some tests/lib/* files 2021-08-27 09:25:22 -07:00
local_repos.py Migrate tests to use pathlib.Path 2022-06-08 19:58:46 +08:00
options_helpers.py Replace deprecated setup/teardown usage 2023-01-27 22:00:50 +03:00
requests_mocks.py Complete type annotations for tests/conftest.py and tests/lib/* 2021-09-29 19:57:29 -07:00
server.py Use data-dist-info-metadata (PEP 658) to decouple resolution from downloading (#11111) 2022-09-10 11:28:57 +01:00
test_lib.py Do not fail tests on our own deprecation warnings 2022-08-05 09:35:00 +02:00
test_wheel.py Migrate tests to use pathlib.Path 2022-06-08 19:58:46 +08:00
venv.py Selectively enable user site 2022-10-28 01:51:13 +08:00
wheel.py Migrate tests to use pathlib.Path 2022-06-08 19:58:46 +08:00