Skip to content

Commit

Permalink
Merge pull request #5150 from pypa/drop-importlib_metadata_resources
Browse files Browse the repository at this point in the history
Remove importlib_metadata and importlib_resources
  • Loading branch information
oz123 authored Jun 30, 2022
2 parents 4b977e4 + 57f38c5 commit 3b41a22
Show file tree
Hide file tree
Showing 57 changed files with 149 additions and 3,729 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ install-virtualenvs.stamp: ${INSTALL_TARGETS}
@touch install-virtualenvs.stamp

.PHONY: ramdisk
ramdisk: SIZE ?= 4g
ramdisk:
sudo mkdir -p /mnt/ramdisk
sudo mount -t tmpfs -o size=2g tmpfs /mnt/ramdisk
sudo mount -t tmpfs -o size=$(SIZE) tmpfs /mnt/ramdisk
sudo chown -R ${USER}:${USER} /mnt/ramdisk

.PHONY: ramdisk-virtualenv
Expand Down Expand Up @@ -71,7 +72,7 @@ submodules:
.PHONY: tests
tests: parallel ?= -n auto
tests: submodules test-install
. $(get_venv_path)/bin/activate && \
source $(get_venv_path)/bin/activate && \
pipenv run pytest -ra $(parallel) -vvv --full-trace --tb=long

.PHONY: vendor
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ sphinxcontrib-spelling = "==7.*"
click = "==8.0.3"
pytest_pypi = {path = "./tests/pytest-pypi", editable = true}
stdeb = {version="*", markers="sys_platform == 'linux'"}
importlib-metadata = {version = "==4.8.3", markers = "python_version < '3.10'"}
zipp = {version = "==3.6.0", markers = "python_version < '3.10'"}
pre-commit = "==2.*"
atomicwrites = {version = "*", markers="sys_platform == 'win32'"}
Expand Down
366 changes: 142 additions & 224 deletions Pipfile.lock

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions pipenv/vendor/importlib_metadata/LICENSE

This file was deleted.

Loading

0 comments on commit 3b41a22

Please sign in to comment.