You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f9a6748154
With current macOS 11 runner images (20231216.1) the `python` on `$PATH` is Python 3.12 and setuptools isn't installed by default. E.g. ``` python -mtox -e "py27-mode_localhost-ansible4" ========================== Starting Command Output =========================== /bin/bash --noprofile --norc /Users/runner/work/_temp/93a29c4c-f606-45e4-8dbd-a4a5f51b8730.sh GLOB sdist-make: /Users/runner/work/1/s/setup.py ERROR: invocation failed (exit code 1), logfile: /Users/runner/work/1/s/.tox/log/GLOB-0.log ================================== log start =================================== Traceback (most recent call last): File "/Users/runner/work/1/s/setup.py", line 32, in <module> from setuptools import find_packages, setup ModuleNotFoundError: No module named 'setuptools' ``` Installing setuptools under Python 3.12 chooses package versions incompatible with Python 2.7. Additionally Mitogen isn't yet compatible with Python 3.12 (#1033), so tests that call a local context with `python` fail. |
11 months ago | |
---|---|---|
.ci | 11 months ago | |
.github | 4 years ago | |
ansible_mitogen | 2 years ago | |
docs | 1 year ago | |
examples | 3 years ago | |
mitogen | 1 year ago | |
scripts | 5 years ago | |
tests | 1 year ago | |
.gitignore | 5 years ago | |
.lgtm.yml | 5 years ago | |
LICENSE | 4 years ago | |
MANIFEST.in | 6 years ago | |
README.md | 3 years ago | |
dev_requirements.txt | 6 years ago | |
preamble_size.py | 3 years ago | |
run_tests | 3 years ago | |
setup.cfg | 4 years ago | |
setup.py | 1 year ago | |
tox.ini | 1 year ago |