AppVeyor Windows CI builds are failing #2956

Closed
opened 2019-01-23 16:33:36 +00:00 by exarkun · 1 comment
exarkun commented 2019-01-23 16:33:36 +00:00
Owner
%PYTHON%\Scripts\tox.exe -e py
Traceback (most recent call last):
> File "c:\python27\lib\runpy.py", line 174, in _run_module_as_main
    "*main*", fname, loader, pkg_name)
> File "c:\python27\lib\runpy.py", line 72, in _run_code
    exec code in run_globals
> File "C:\Python27\Scripts\tox.exe\*main*.py", line 9, in <module>
> File "c:\python27\lib\site-packages\tox\session.py", line 47, in cmdline
    main(args)
> File "c:\python27\lib\site-packages\tox\session.py", line 52, in main
    config = prepare(args)
> File "c:\python27\lib\site-packages\tox\session.py", line 34, in prepare
    config = parseconfig(args)
> File "c:\python27\lib\site-packages\tox\config\*init*.py", line 238, in parseconfig
    [ParseIni](wiki/ParseIni)(config, config_file, content)
> File "c:\python27\lib\site-packages\tox\config\*init*.py", line 1070, in *init*
    config.envconfigsname = self.make_envconfig(name, section, reader._subs, config)
> File "c:\python27\lib\site-packages\tox\config\*init*.py", line 1141, in make_envconfig
    res = env_attr.postprocess(testenv_config=tc, value=res)
> File "c:\python27\lib\site-packages\tox\config\*init*.py", line 568, in basepython_default
    implied_version = tox.PYTHON.PY_FACTORS_RE.match(factor).group(2)
[AttributeError](wiki/AttributeError): 'NoneType' object has no attribute 'group'

https://ci.appveyor.com/project/tahoe-lafs/tahoe-lafs/builds/21835427/job/ka3oyne1svibilar

``` %PYTHON%\Scripts\tox.exe -e py Traceback (most recent call last): > File "c:\python27\lib\runpy.py", line 174, in _run_module_as_main "*main*", fname, loader, pkg_name) > File "c:\python27\lib\runpy.py", line 72, in _run_code exec code in run_globals > File "C:\Python27\Scripts\tox.exe\*main*.py", line 9, in <module> > File "c:\python27\lib\site-packages\tox\session.py", line 47, in cmdline main(args) > File "c:\python27\lib\site-packages\tox\session.py", line 52, in main config = prepare(args) > File "c:\python27\lib\site-packages\tox\session.py", line 34, in prepare config = parseconfig(args) > File "c:\python27\lib\site-packages\tox\config\*init*.py", line 238, in parseconfig [ParseIni](wiki/ParseIni)(config, config_file, content) > File "c:\python27\lib\site-packages\tox\config\*init*.py", line 1070, in *init* config.envconfigsname = self.make_envconfig(name, section, reader._subs, config) > File "c:\python27\lib\site-packages\tox\config\*init*.py", line 1141, in make_envconfig res = env_attr.postprocess(testenv_config=tc, value=res) > File "c:\python27\lib\site-packages\tox\config\*init*.py", line 568, in basepython_default implied_version = tox.PYTHON.PY_FACTORS_RE.match(factor).group(2) [AttributeError](wiki/AttributeError): 'NoneType' object has no attribute 'group' ``` <https://ci.appveyor.com/project/tahoe-lafs/tahoe-lafs/builds/21835427/job/ka3oyne1svibilar>
tahoe-lafs added the
dev-infrastructure
supercritical
defect
1.12.1
labels 2019-01-23 16:33:36 +00:00
tahoe-lafs added this to the undecided milestone 2019-01-23 16:33:36 +00:00
GitHub <noreply@github.com> commented 2019-01-23 19:17:14 +00:00
Author
Owner

In d3b28e1/trunk:

Merge pull request #534 from tahoe-lafs/2956.appveyor-tox-errors

Fix the AppVeyor CI job

This works around a Tox bug that prevents the job from even starting to run any tests.

Fixes ticket:2956
In [d3b28e1/trunk](/tahoe-lafs/trac-2024-07-25/commit/d3b28e1d41e45988455d5dc140def5e8aa4125ff): ``` Merge pull request #534 from tahoe-lafs/2956.appveyor-tox-errors Fix the AppVeyor CI job This works around a Tox bug that prevents the job from even starting to run any tests. Fixes ticket:2956 ```
tahoe-lafs added the
fixed
label 2019-01-23 19:17:14 +00:00
GitHub <noreply@github.com> closed this issue 2019-01-23 19:17:14 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#2956
No description provided.