Skip to content

refactor: remove workaround for python <3.7#1292

Merged
xangcastle merged 1 commit into
mainfrom
virtualenv-drop-legacy-loader
Jul 15, 2026
Merged

refactor: remove workaround for python <3.7#1292
xangcastle merged 1 commit into
mainfrom
virtualenv-drop-legacy-loader

refactor: remove workaround for python <3.7

93fc12d
Select commit
Loading
Failed to load commit list.
Aspect Workflows / aspect / test-examples-virtual_deps-bazel-8 succeeded Jul 15, 2026 in 23s

✅ test //... · Tests passed

✅ Succeeded · 📅 Wed Jul 15 01:57:11 UTC 2026 · ⏱ 24.3s — 🔧 Setup 4.8s · 🧪 Test 19.5s
👤 runner · 🖥 runnervm5mmn9 · 💎 aspect-cli v2026.28.2
📦 7 targets · ⚡ 71 of 84 actions executed (15% cached) · 🧪 1 of 1 tests executed (0% cached) · 🔧 bazel v8.5.1 test · 🎯 k8 · ⚙️ fastbuild
🐙 GitHub Actions

💬 Last update: test task complete

Details

🎯 Bazel targets (7)

✅ 1 Test Passed
Label          | Target Type       | Duration
---------------+-------------------+---------
//:pytest_test | py_venv_exec_test | 501ms   
✅ 6 Targets Built
Label                | Target Type    
---------------------+----------------
//:__test__          | py_library     
//:__test___template | _py_pytest_main
//:app               | py_venv_exec   
//:app_snake         | py_venv_exec   
//:cowsnake          | py_library     
//:greet             | py_library     

📎 Artifacts

Artifacts · Profile · BEP

⏱️ Task timing

Phase | Description                  | Duration
------+------------------------------+---------
Setup | Prepare the task environment | 4.8s    
Test  | Run bazel tests              | 19.5s   
------+------------------------------+---------
Total |                              | 24.3s   

🧮 Bazel details

📟 Command line · bazel test //...
bazel test \
  --disk_cache=/home/runner/.cache/bazel-disk \
  --test_tag_filters=-skip-on-bazel8 \
  --lockfile_mode=error \
  --generate_json_trace_profile=1 \
  --experimental_profile_include_target_label \
  --profile=/tmp/ace53923-1a9e-4f4e-a1c3-8000cd7d9692.profile.gz \
  --color=yes \
  --build_metadata=ASPECT_TASK_NAME=Test \
  --build_metadata=ASPECT_TASK_ID=6a1b6a0e-f1a9-46c5-a245-7e54d2212360 \
  --build_event_publish_all_actions \
  --build_event_binary_file_upload_mode=fully_async \
  --build_event_binary_file=/tmp/build-event-out-5def5910-1f05-465c-b89b-95ffd486faa4.bin \
  -- \
  //...
ℹ️ Invocation details
  • Invocation ID: 479e044c-fe51-4fed-a186-eb6b48f91686
  • Command: test
  • Bazel version: 8.5.1
  • Start time: Wed Jul 15 01:57:11 UTC 2026
  • End time: Wed Jul 15 01:57:21 UTC 2026
  • User: runner
  • Host name: runnervm5mmn9
  • CPU Target: k8
  • Mode: fastbuild
  • Working directory: /home/runner/work/rules_py/rules_py/examples/virtual_deps
  • Workspace directory: /home/runner/work/rules_py/rules_py/examples/virtual_deps
  • Server PID: 2447
⏱ Timing
  • Elapsed time: 10.2s
  • Analysis time: 4.9s
  • Execution time: 6.1s
  • Bazel server time: 33 cpu-seconds
  • Executed Tests Time: 0.5 cpu-seconds
📦 Build graph
  • Targets: 7 targets (5,254 configured, 1 aspect application)
  • Actions: 71 actions (84 created)
  • Packages: 122 packages loaded
💾 Cache stats
  • Actions: 13 of 84 cached (15%)
  • Tests: 0 of 1 cached (0%)
⚡ Actions by mnemonic (11)
Mnemonic                   | Count | %    
---------------------------+-------+------
UnresolvedSymlink          | 27    | 38.0%
FileWrite                  | 15    | 21.1%
WhlInstall                 | 7     | 9.8% 
TemplateExpand             | 5     | 7.0% 
Action                     | 3     | 4.2% 
RepoMappingManifest        | 3     | 4.2% 
SourceSymlinkManifest      | 3     | 4.2% 
Symlink                    | 3     | 4.2% 
SymlinkTree                | 3     | 4.2% 
BazelWorkspaceStatusAction | 1     | 1.4% 
TestRunner                 | 1     | 1.4% 
🏃 Actions by runner (3)
Runner                         | Count | %    
-------------------------------+-------+------
internal                       | 60    | 84.5%
disk cache hit · Remote        | 10    | 14.0%
processwrapper-sandbox · Local | 1     | 1.4% 
🏠 Workspace status (4)
  • BUILD_HOST: runnervm5mmn9
  • BUILD_TIMESTAMP: 1784080634
  • BUILD_USER: runner
  • FORMATTED_DATE: 2026 Jul 15 01 57 14 Wed
🏷️ Build metadata (2)
  • ASPECT_TASK_ID: 6a1b6a0e-f1a9-46c5-a245-7e54d2212360
  • ASPECT_TASK_NAME: Test
🎛️ Startup options (12)
--connect_timeout_secs=30
--failure_detail_out=/home/runner/.cache/bazel/_bazel_runner/c87e3b449f503c70fb17b5b7254abf1c/failure_detail.rawproto
--idle_server_tasks
--max_idle_secs=10800
--noclient_debug
--nofatal_event_bus_exceptions
--noshutdown_on_low_sys_mem
--nowatchfs
--nowindows_enable_symlinks
--output_base=/home/runner/.cache/bazel/_bazel_runner/c87e3b449f503c70fb17b5b7254abf1c
--output_user_root=/home/runner/.cache/bazel/_bazel_runner
--write_command_log
🎛️ Command options (13)
--build_event_binary_file=/tmp/build-event-out-5def5910-1f05-465c-b89b-95ffd486faa4.bin
--build_event_binary_file_upload_mode=fully_async
--build_event_publish_all_actions
--build_metadata=ASPECT_TASK_ID=6a1b6a0e-f1a9-46c5-a245-7e54d2212360
--build_metadata=ASPECT_TASK_NAME=Test
--color=yes
--disk_cache=/home/runner/.cache/bazel-disk
--experimental_profile_include_target_label
--generate_json_trace_profile=1
--lockfile_mode=error
--profile=/tmp/ace53923-1a9e-4f4e-a1c3-8000cd7d9692.profile.gz
--repository_cache=/home/runner/.cache/bazel-repo
--test_tag_filters=-skip-on-bazel8

⏱ Last updated Wed Jul 15 01:57:24 UTC 2026 · 📊 GitHub API quota 1,127/15,000 (8% used, resets in 8m)
🚀 Powered by Aspect CLI (v2026.28.2)  |  Aspect Build · X · LinkedIn · YouTube