🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:25:09 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pkg_resources
/
tests
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/pkg_resources/tests
🔄 Refresh
✏️
Editing: test_markers.py
Read Only
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
💾 Save Changes
❌ Cancel