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-pytest-bazel-9 succeeded Jul 15, 2026 in 1m 2s

✅ test //... · Tests passed

✅ Succeeded · 📅 Wed Jul 15 01:57:01 UTC 2026 · ⏱ 1m 2s — 🔧 Setup 4.2s · 🧪 Test 58.7s
👤 runner · 🖥 runnervm5mmn9 · 💎 aspect-cli v2026.28.2
📦 19 targets · ⚡ 556 of 571 actions executed (2% cached) · 🧪 9 of 9 tests executed (0% cached) · 🔧 bazel v9.2.0 test · 🎯 x86_64 · ⚙️ fastbuild
🐙 GitHub Actions

💬 Last update: test task complete

Details

🎯 Bazel targets (19)

✅ 9 Tests Passed
Label                             | Target Type       | Duration
----------------------------------+-------------------+---------
//:absolute_main_test             | py_venv_exec_test | 45ms    
//:chdir_test                     | py_venv_exec_test | 460ms   
//:coverage_lcov_shape_test       | sh_test           | 682ms   
//:main_with_colon_test           | py_venv_exec_test | 45ms    
//:pytest_test                    | py_venv_exec_test | 373ms   
//:sharded/test                   | py_venv_exec_test | 1.3s    
//:test_naming_723                | py_venv_exec_test | 750ms   
//subdir:test_with_pytest_main    | py_venv_exec_test | 645ms   
//subdir:test_without_pytest_main | py_venv_exec_test | 58ms    
✅ 10 Targets Built
Label                                       | Target Type    
--------------------------------------------+----------------
//:chdir_main                               | py_library     
//:chdir_main_template                      | _py_pytest_main
//:coverage_manifest                        | genrule        
//:lib                                      | py_library     
//:pytest_test.pytest_paths                 | pytest_paths   
//:sharded/test.pytest_paths                | pytest_paths   
//:test_naming_723_main                     | py_library     
//:test_naming_723_main_template            | _py_pytest_main
//subdir:foo                                | py_library     
//subdir:test_with_pytest_main.pytest_paths | pytest_paths   

📎 Artifacts

Artifacts · Profile · BEP

⏱️ Task timing

Phase | Description                  | Duration
------+------------------------------+---------
Setup | Prepare the task environment | 4.2s    
Test  | Run bazel tests              | 58.7s   
------+------------------------------+---------
Total |                              | 1m 2s   

🧮 Bazel details

📟 Command line · bazel test //...
bazel test \
  --disk_cache=/home/runner/.cache/bazel-disk \
  --test_tag_filters=-skip-on-bazel9 \
  --lockfile_mode=update \
  --generate_json_trace_profile=1 \
  --experimental_profile_include_target_label \
  --profile=/tmp/9cab5964-930a-43bf-8d5a-0bf020ef7d71.profile.gz \
  --color=yes \
  --build_metadata=ASPECT_TASK_NAME=Test \
  --build_metadata=ASPECT_TASK_ID=58f22317-a24b-4b1c-8a3b-dfd1688c8c41 \
  --build_event_publish_all_actions \
  --build_event_binary_file_upload_mode=fully_async \
  --build_event_binary_file=/tmp/build-event-out-1091819b-6130-40bd-b560-796254c5ec53.bin \
  -- \
  //...
ℹ️ Invocation details
  • Invocation ID: afcac50d-1c55-4774-9dd1-187b93fb7e9d
  • Command: test
  • Bazel version: 9.2.0
  • Start time: Wed Jul 15 01:57:01 UTC 2026
  • End time: Wed Jul 15 01:57:54 UTC 2026
  • User: runner
  • Host name: runnervm5mmn9
  • CPU Target: x86_64
  • Mode: fastbuild
  • Working directory: /home/runner/work/rules_py/rules_py/examples/pytest
  • Workspace directory: /home/runner/work/rules_py/rules_py/examples/pytest
  • Server PID: 2433
⏱ Timing
  • Elapsed time: 52.2s
  • Analysis time: 35s
  • Execution time: 47.1s
  • Bazel server time: 1.4 cpu-minutes
  • Executed Tests Time: 4.3 cpu-seconds
📦 Build graph
  • Targets: 19 targets (6,493 configured, 1 aspect application)
  • Actions: 556 actions (571 created)
  • Packages: 245 packages loaded
💾 Cache stats
  • Actions: 15 of 571 cached (2%)
  • Tests: 0 of 9 cached (0%)
⚡ Actions by mnemonic (14)
Mnemonic                   | Count | %    
---------------------------+-------+------
UnresolvedSymlink          | 341   | 61.3%
FileWrite                  | 75    | 13.4%
WhlInstall                 | 60    | 10.7%
TemplateExpand             | 13    | 2.3% 
TestRunner                 | 10    | 1.7% 
Action                     | 9     | 1.6% 
RepoMappingManifest        | 9     | 1.6% 
RunfilesTree               | 9     | 1.6% 
SourceSymlinkManifest      | 9     | 1.6% 
Symlink                    | 9     | 1.6% 
SymlinkTree                | 9     | 1.6% 
BazelWorkspaceStatusAction | 1     | 0.1% 
ExecutableSymlink          | 1     | 0.1% 
Genrule                    | 1     | 0.1% 
🏃 Actions by runner (2)
Runner                         | Count | %    
-------------------------------+-------+------
internal                       | 476   | 85.1%
processwrapper-sandbox · Local | 83    | 14.8%
🏠 Workspace status (4)
  • BUILD_HOST: runnervm5mmn9
  • BUILD_TIMESTAMP: 1784080626
  • BUILD_USER: runner
  • FORMATTED_DATE: 2026 Jul 15 01 57 06 Wed
🏷️ Build metadata (2)
  • ASPECT_TASK_ID: 58f22317-a24b-4b1c-8a3b-dfd1688c8c41
  • ASPECT_TASK_NAME: Test
🎛️ Startup options (11)
--connect_timeout_secs=30
--failure_detail_out=/home/runner/.cache/bazel/_bazel_runner/6c853107bc72a3616dd141728867a34d/failure_detail.rawproto
--idle_server_tasks
--max_idle_secs=10800
--noclient_debug
--nofatal_event_bus_exceptions
--noshutdown_on_low_sys_mem
--nowindows_enable_symlinks
--output_base=/home/runner/.cache/bazel/_bazel_runner/6c853107bc72a3616dd141728867a34d
--output_user_root=/home/runner/.cache/bazel/_bazel_runner
--write_command_log
🎛️ Command options (13)
--build_event_binary_file=/tmp/build-event-out-1091819b-6130-40bd-b560-796254c5ec53.bin
--build_event_binary_file_upload_mode=fully_async
--build_event_publish_all_actions
--build_metadata=ASPECT_TASK_ID=58f22317-a24b-4b1c-8a3b-dfd1688c8c41
--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=update
--profile=/tmp/9cab5964-930a-43bf-8d5a-0bf020ef7d71.profile.gz
--repository_cache=/home/runner/.cache/bazel-repo
--test_tag_filters=-skip-on-bazel9

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