Skip to content

Separate UtilTests.py into individual files#4839

Open
Repiteo wants to merge 1 commit intoSCons:masterfrom
Repiteo:util-test-split
Open

Separate UtilTests.py into individual files#4839
Repiteo wants to merge 1 commit intoSCons:masterfrom
Repiteo:util-test-split

Conversation

@Repiteo
Copy link
Contributor

@Repiteo Repiteo commented Mar 20, 2026

This consolidates the Util test file separation into its own PR, as I'm no longer wholly convinced that the original PR is the right approach for "deprecating" imports.

Contributor Checklist:

  • I have created a new test or updated the unit tests to cover the new/changed functionality.
  • I have updated CHANGES.txt and RELEASE.txt (and read the README.rst).
  • I have updated the appropriate documentation

@mwichmann
Copy link
Collaborator

mwichmann commented Mar 21, 2026

Okay, that was weird stuff from one of the appveyor instances:

.\.appveyor\install.ps1
Python version check failed or Python not found at C:\Python312\python.exe. Installing Python312 via Chocolatey...
Chocolatey v0.10.15
Installing the following packages:
Python312
By installing you accept licenses for the packages.
python312 v3.12.10 already installed.
 Use --force to reinstall, specify a version to install, or try upgrade.
Chocolatey installed 0/1 packages. 
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Warnings:
 - python312 - python312 v3.12.10 already installed.
 Use --force to reinstall, specify a version to install, or try upgrade.
& : The term 'C:\Python312\python.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try 
again.
At C:\projects\scons\.appveyor\install.ps1:22 char:20
+ $env:PYSITEDIR = & $pythonExe -c "import sys; print(sys.path[-1])"
+                    ~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Python312\python.exe:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Don't find 3.12, install 3.12 - but it's already installed, don't find 3.12?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants