In contrast to 9.2.beta14, on my Linux Mint 19.3 Tricia machine I get (after a fresh build)

./sage -t -p --all --long --logfile=logs/ptestlong.log
Traceback (most recent call last):
File "/local/cheuberg/local/sage-9.2.rc0/src/bin/sage-runtests", line 181, in <module>
    DC = DocTestController(options, args)
File "/local/cheuberg/local/sage-9.2.rc0/local/lib/python3.6/site-packages/sage/doctest/control.py", line 371, in __init__
    options.optional.update(system.name for system in package_systems())
File "/local/cheuberg/local/sage-9.2.rc0/local/lib/python3.6/site-packages/sage/features/__init__.py", line 376, in package_systems proc = run('sage-guess-package-system', shell=True, capture_output=True, text=True, check=True)
  File "/usr/lib/python3.6/subprocess.py", line 423, in run
    with Popen(*popenargs, **kwargs) as process:
TypeError: __init__() got an unexpected keyword argument 'capture_output'
Makefile:190: recipe for target 'ptestlong' failed


So apparently my system python3 is used which is Python 3.6.9. The option capture_output has been introduced in python 3.7. The change introducing capture_output might have been introduced in Trac #30606.






Am 06.10.20 um 23:22 schrieb Volker Braun:
As always, you can get the latest beta version from the "develop" git branch. Alternatively, the self-contained source tarball is at http://www.sagemath.org/download-latest.html

f6250c2682 (tag: 9.2.rc0, trac/develop) Updated SageMath version to 9.2.rc0
8ff504da1c Trac #30629: Reject system libgc that breaks ECL build
8a0c61ce63 Trac #30654: Add fast matrix inverse for Hermitian positive-definite matrices
f448467a0d Trac #30653: add the Stieltjes continued fraction of a power series
6090756361 Trac #30645: Optimize `has_edge` of graph backend
458be0ad92 Trac #30642: modify HAVE_GC test in flint's spkg-configure.m4 to allow undefined HAVE_GC
908c661ae2 Trac #30638: internet doctest failing in arith/misc.py
08011764b2 Trac #30634: failing internet doctests using mathematica free
5f14e96183 Trac #30632: few easy internet doctests failures to fix
099c3ba98a Trac #30618: clean up pypolybori
4e66cfea78 Trac #30616: Replace use of `sage.misc.package.PackageNotFoundError` (2); lazy_import: Add keyword argument 'feature'
8a6a415df9 Trac #30614: Set size, font, and opacity for text3d in Three.js 
viewer
ef0ab126ca Trac #30607: Replace use of `sage.misc.package.PackageNotFoundError`, is_package_installed by features e8631a7eac Trac #30606: sage.features.Feature.resolution: If SAGE_ROOT is available, recommend system packages
e2ed7d3f2d Trac #30461: Fully-commutative stable Grothendieck crystal
19001b58ff Trac #24802: berlekamp_massey: undefined behavior / silent invalid 
answer
608db74df2 Trac #30657: Fix up "sage -p"
cecf3dbc3b Trac #30701: integer expression expected in sage-env
91eac298eb Trac #30184: Support Python 3.9
a1810d570d Trac #30590: src/sage/cpython/debugimpl.c: remove python2 code
da3658c732 Trac #30675: Follow up to #30596: missing symbol in linking on gentoo with gcc10
a379746839 Trac #27749: is_globally_equivalent_to is not symmetric
219bd5401d Trac #24868: Neighbor method for quadratic forms
aedd032e4b Trac #30676: Follow up to #30563 too many quotes in maxima.py
1da6df404d (tag: 9.2.beta14) Updated SageMath version to 9.2.beta14

--
You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/96e2d4b1-51cd-4db2-bee3-ff5c891d0980n%40googlegroups.com <https://groups.google.com/d/msgid/sage-release/96e2d4b1-51cd-4db2-bee3-ff5c891d0980n%40googlegroups.com?utm_medium=email&utm_source=footer>.


--
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/af556400-b949-08ef-1f40-2cdf2ed56be5%40aau.at.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to