1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests
Jon Dufresne b0bf93f174 Remove unconditionally skipped test (fails if skip removed)
The test was introduced in f9990605dc (May
2017) and was unconditionally skipped in
6cf5d7db54. It remains skipped to this
day.

In commit bd850c0798, the patched_file
method was removed/renamed. So even if the skip were removed, it would
fail on the undefined attribute.

This was caught via mypy which emits an error due to the missing method.
2021-09-30 04:58:49 -07:00
..
data Cleanup several Python 2 version_info checks/workarounds 2021-08-20 09:39:31 -06:00
functional Remove unconditionally skipped test (fails if skip removed) 2021-09-30 04:58:49 -07:00
lib Complete type annotations for tests/conftest.py and tests/lib/* 2021-09-29 19:57:29 -07:00
unit Merge pull request #10526 from uranusjr/remove-extra-merge-xfail 2021-09-30 16:34:39 +08:00
__init__.py Port to Python3 2011-03-15 15:49:48 -04:00
conftest.py Complete type annotations for tests/conftest.py and tests/lib/* 2021-09-29 19:57:29 -07:00
requirements-common_wheels.txt Move test requirements into tests/ 2021-07-24 12:06:51 +01:00
requirements.txt Replace use of pretend library with unitest.mock in tests 2021-09-03 16:23:28 -07:00