[issue41685] make doctest on 3.10 (master branch) fails with setuptools 50.0.0

2020-09-02 Thread STINNER Victor


STINNER Victor  added the comment:

As far as I know, the issue is fixed, so I close the issue.

Thanks Ned for the temporary fix to repair the workflow!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41685] make doctest on 3.10 (master branch) fails with setuptools 50.0.0

2020-09-02 Thread STINNER Victor


STINNER Victor  added the comment:


New changeset 51fece1bb8d7aa22f114172a256714fe24788e31 by Victor Stinner in 
branch 'master':
bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-22062)
https://github.com/python/cpython/commit/51fece1bb8d7aa22f114172a256714fe24788e31


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41685] make doctest on 3.10 (master branch) fails with setuptools 50.0.0

2020-09-02 Thread STINNER Victor


STINNER Victor  added the comment:

I proposed PR 22062 to unpin the setuptools version.

Unless someone steps in and proposes a solution to automate updating the pinned 
setuptools version, I prefer to not pin the version.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41685] make doctest on 3.10 (master branch) fails with setuptools 50.0.0

2020-09-02 Thread STINNER Victor


Change by STINNER Victor :


--
pull_requests: +21152
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/22062

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41685] make doctest on 3.10 (master branch) fails with setuptools 50.0.0

2020-09-01 Thread Ammar Askar


Ammar Askar  added the comment:

Victor's fix is now in the 50.0.2 release, should we bump the pinned version, 
remove its pinning or do nothing?

https://github.com/pypa/setuptools/commit/edcf84faaf17e87e6e38796dd24f66d9236bf87c

https://pypi.org/project/setuptools/#history

--
nosy: +ammar2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41685] make doctest on 3.10 (master branch) fails with setuptools 50.0.0

2020-09-01 Thread Karthikeyan Singaravelan


Change by Karthikeyan Singaravelan :


--
nosy: +xtreak

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41685] make doctest on 3.10 (master branch) fails with setuptools 50.0.0

2020-09-01 Thread STINNER Victor


STINNER Victor  added the comment:

I proposed https://github.com/pypa/setuptools/pull/2361 to fix setuptools 
compatibility with Python 3.10.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41685] make doctest on 3.10 (master branch) fails with setuptools 50.0.0

2020-09-01 Thread Ned Deily


Ned Deily  added the comment:


New changeset a4c4e17f959621ab00a98086af1704fb0c896466 by Ned Deily in branch 
'master':
bpo-41685: Temporarily pin setuptools to 49.2.1 in Docs venv. (GH-22038)
https://github.com/python/cpython/commit/a4c4e17f959621ab00a98086af1704fb0c896466


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41685] make doctest on 3.10 (master branch) fails with setuptools 50.0.0

2020-09-01 Thread Ned Deily


Change by Ned Deily :


--
keywords: +patch
pull_requests: +21135
stage: commit review -> patch review
pull_request: https://github.com/python/cpython/pull/22038

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41685] make doctest on 3.10 (master branch) fails with setuptools 50.0.0

2020-09-01 Thread Ned Deily


Change by Ned Deily :


--
priority: critical -> high
stage: patch review -> needs patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41685] make doctest on 3.10 (master branch) fails with setuptools 50.0.0

2020-09-01 Thread Ned Deily


New submission from Ned Deily :

See pypa/setuptools#2361 for details.

For now, temporarily pin setuptools version in the Doc venv to a previous 
version.

Victor notes:
""Temporarily pin setuptools": we already pin Sphinx version to also avoid 
breaking the CI when a new Sphinx version is released. It would make sense to 
make our CI less dependent on releases of third party components: better 
control when we update dependencies. The risk is to forget to update these 
dependences if the updates are not automated."

--
assignee: docs@python
components: Documentation
messages: 376184
nosy: docs@python, mdk, ned.deily, vstinner
priority: critical
severity: normal
stage: commit review
status: open
title: make doctest on 3.10 (master branch) fails with setuptools 50.0.0
versions: Python 3.10

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com