Skip to content

crate-workbench/test-buildout-python310

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-buildout-python310

About

Coming from crate/crate-python#428, where we found GHA croaks when running buildout with Python 3.10 on macOS >= 11, this is a dedicated repository to reproduce the observations and encourage further research about its root cause.

Synopsis

# Choose one.
pip install --upgrade --pre "zc.buildout==2.13.7"
pip install --upgrade --pre "zc.buildout==3.0.0rc3"

# Run Buildout.
buildout -vv -n -c base.cfg

Prior art

The best references with similar symptoms we could find about the issue.

Discussion

See #1.

Releases

No releases published

Languages

  • Python 100.0%