OXIESEC PANEL
- Current Dir:
/
/
snap
/
certbot
/
4730
/
lib
/
python3.12
/
site-packages
/
setuptools
/
tests
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
π
..
-
06/10/2025 09:51:14 PM
rwxr-xr-x
π
__init__.py
335 bytes
06/10/2025 09:50:49 PM
rw-r--r--
π
__pycache__
-
06/10/2025 09:51:14 PM
rwxr-xr-x
π
compat
-
06/10/2025 09:51:14 PM
rwxr-xr-x
π
config
-
06/10/2025 09:51:14 PM
rwxr-xr-x
π
contexts.py
3.4 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
environment.py
3.03 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
fixtures.py
11.43 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
indexes
-
06/10/2025 09:51:14 PM
rwxr-xr-x
π
integration
-
06/10/2025 09:51:14 PM
rwxr-xr-x
π
mod_with_constant.py
22 bytes
06/10/2025 09:50:49 PM
rw-r--r--
π
namespaces.py
2.71 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
script-with-bom.py
18 bytes
06/10/2025 09:50:49 PM
rw-r--r--
π
test_archive_util.py
845 bytes
06/10/2025 09:50:49 PM
rw-r--r--
π
test_bdist_deprecations.py
775 bytes
06/10/2025 09:50:49 PM
rw-r--r--
π
test_bdist_egg.py
1.91 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_bdist_wheel.py
22.54 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_build.py
798 bytes
06/10/2025 09:50:49 PM
rw-r--r--
π
test_build_clib.py
3.05 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_build_ext.py
9.86 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_build_meta.py
32.51 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_build_py.py
13.85 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_config_discovery.py
22.05 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_core_metadata.py
20.39 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_depends.py
424 bytes
06/10/2025 09:50:49 PM
rw-r--r--
π
test_develop.py
2.97 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_dist.py
8.68 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_dist_info.py
6.91 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_distutils_adoption.py
5.85 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_editable_install.py
41.65 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_egg_info.py
43.89 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_extern.py
296 bytes
06/10/2025 09:50:49 PM
rw-r--r--
π
test_find_packages.py
7.64 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_find_py_modules.py
2.35 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_glob.py
887 bytes
06/10/2025 09:50:49 PM
rw-r--r--
π
test_install_scripts.py
3.35 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_logging.py
2.05 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_manifest.py
18.13 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_namespaces.py
4.41 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_scripts.py
379 bytes
06/10/2025 09:50:49 PM
rw-r--r--
π
test_sdist.py
32.1 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_setopt.py
1.33 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_setuptools.py
8.8 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_shutil_wrapper.py
641 bytes
06/10/2025 09:50:49 PM
rw-r--r--
π
test_unicode_utils.py
316 bytes
06/10/2025 09:50:49 PM
rw-r--r--
π
test_virtualenv.py
3.64 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_warnings.py
3.27 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_wheel.py
18.92 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
test_windows_wrappers.py
7.65 KB
06/10/2025 09:50:49 PM
rw-r--r--
π
text.py
123 bytes
06/10/2025 09:50:49 PM
rw-r--r--
π
textwrap.py
98 bytes
06/10/2025 09:50:49 PM
rw-r--r--
Editing: test_archive_util.py
Close
import io import tarfile import pytest from setuptools import archive_util @pytest.fixture def tarfile_with_unicode(tmpdir): """ Create a tarfile containing only a file whose name is a zero byte file called testimaΜge.png. """ tarobj = io.BytesIO() with tarfile.open(fileobj=tarobj, mode="w:gz") as tgz: data = b"" filename = "testimaΜge.png" t = tarfile.TarInfo(filename) t.size = len(data) tgz.addfile(t, io.BytesIO(data)) target = tmpdir / 'unicode-pkg-1.0.tar.gz' with open(str(target), mode='wb') as tf: tf.write(tarobj.getvalue()) return str(target) @pytest.mark.xfail(reason="#710 and #712") def test_unicode_files(tarfile_with_unicode, tmpdir): target = tmpdir / 'out' archive_util.unpack_archive(tarfile_with_unicode, str(target))