Remove added files

This commit is contained in:
koalasat 2024-07-13 23:00:51 +02:00
parent 667500e6cf
commit 005adc6521
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157
3 changed files with 0 additions and 27 deletions

View File

@ -1,25 +0,0 @@
import os
import site
import sys
# First, drop system-sites related paths.
original_sys_path = sys.path[:]
known_paths = set()
for path in {"/usr/local/lib/python3.12/site-packages"}:
site.addsitedir(path, known_paths=known_paths)
system_paths = set(
os.path.normcase(path) for path in sys.path[len(original_sys_path) :]
)
original_sys_path = [
path for path in original_sys_path if os.path.normcase(path) not in system_paths
]
sys.path = original_sys_path
# Second, add lib directories.
# ensuring .pth file are processed.
for path in [
"/tmp/pip-build-env-wwuhobll/overlay/lib/python3.12/site-packages",
"/tmp/pip-build-env-wwuhobll/normal/lib/python3.12/site-packages",
]:
assert path not in sys.path
site.addsitedir(path)

View File

@ -1 +0,0 @@
git+https://github.com/Reckless-Satoshi/drf-openapi-tester.git@soften-django-requirements (from -r requirements_dev.txt (line 3))

@ -1 +0,0 @@
Subproject commit 2af4d20743439444054c5bf8a02c9f299b14491f