/usr/share/cagefs-skeleton/opt/cloudlinux/venv/lib/python3.11/site-packages/pkg_resources/tests
from unittest import mock from pkg_resources import evaluate_marker @mock.patch('platform.python_version', return_value='2.7.10') def test_ordering(python_version_mock): assert evaluate_marker("python_full_version > '2.7.3'") is True
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
data
Edit
test_find_distributions.py
Edit
test_integration_zope_interface.py
Edit
test_markers.py
Edit
test_pkg_resources.py
Edit
test_resources.py
Edit
test_working_set.py
Edit