Skip to content

Conversation

pasha-codefresh
Copy link
Member

@pasha-codefresh pasha-codefresh commented Oct 21, 2021

Python just pushed new version 3.10.0 that cause mkdocs be broken. For unblock contributors I suggest use fixed version until understand and fix an issue

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.10.0/x64/bin/mkdocs", line 5, in <module>
    from mkdocs.__main__ import cli
  File "/opt/hostedtoolcache/Python/3.10.0/x64/lib/python3.10/site-packages/mkdocs/__main__.py", line 16, in <module>
    from mkdocs import config                                 # noqa: E402
  File "/opt/hostedtoolcache/Python/3.10.0/x64/lib/python3.10/site-packages/mkdocs/config/__init__.py", line 2, in <module>
    from mkdocs.config.defaults import DEFAULT_SCHEMA
  File "/opt/hostedtoolcache/Python/3.10.0/x64/lib/python3.10/site-packages/mkdocs/config/defaults.py", line 1, in <module>
    from mkdocs.config import config_options
  File "/opt/hostedtoolcache/Python/3.10.0/x64/lib/python3.10/site-packages/mkdocs/config/config_options.py", line 2, in <module>
    from collections import Sequence, namedtuple
ImportError: cannot import name 'Sequence' from 'collections' (/opt/hostedtoolcache/Python/3.10.0/x64/lib/python3.10/collections/__init__.py)

https://github.com/argoproj/argo-cd/runs/3968380676?check_suite_focus=true
https://github.com/argoproj/argo-cd/runs/3968402046?check_suite_focus=true

Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
Copy link
Collaborator

@alexmt alexmt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov
Copy link

codecov bot commented Oct 21, 2021

Codecov Report

Merging #7518 (3416332) into master (d6d620e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7518   +/-   ##
=======================================
  Coverage   41.38%   41.38%           
=======================================
  Files         161      161           
  Lines       21618    21618           
=======================================
  Hits         8947     8947           
  Misses      11408    11408           
  Partials     1263     1263           
Impacted Files Coverage Δ
util/settings/settings.go 46.77% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d6d620e...3416332. Read the comment docs.

Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: pashavictorovich <pavel@codefresh.io>
@alexmt alexmt merged commit b8510f3 into argoproj:master Oct 21, 2021
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