After seeing the message "Pytest is not installed, skip checking tests that 
rely on it" a number of times, I decided to install it. There were two 
files with resulting doctest failures:

sage -t --long --warn-long 131.5 --random-seed=0 src/sage/doctest/test.py  
# 7 doctests failed
sage -t --long --warn-long 131.5 --random-seed=0 src/sage/tests/cmdline.py  
# 2 doctests failed

I think these are all because the return value from a process is nonzero; 
for example

File "src/sage/doctest/test.py", line 26, in sage.doctest.test
Failed example:
    subprocess.call(["sage", "-t", "--warn-long", "0", "--random-seed=0", 
"longtime.rst"], **kwds)  # long time
Expected:
    Running doctests...
    Doctesting 1 file.
    sage -t --warn-long 0.0 --random-seed=0 longtime.rst
    [0 tests, ...s]
    ----------------------------------------------------------------------
    All tests passed!
    ----------------------------------------------------------------------
    ...
    0
Got:
    Running doctests with ID 2021-07-02-10-56-11-f6aa1957.
    Git branch: develop
    Using --optional=build,dochtml,homebrew,pip,sage,sage_spkg
    Doctesting 1 file.
    sage -t --warn-long 0.0 --random-seed=0 longtime.rst
        [0 tests, 0.00 s]
    ----------------------------------------------------------------------
    All tests passed!
    ----------------------------------------------------------------------
    Total time for all tests: 0.0 seconds
        cpu time: 0.0 seconds
        cumulative wall time: 0.0 seconds
    ============================= test session starts 
==============================
    platform darwin -- Python 3.9.5, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
    rootdir: 
/Users/palmieri/Desktop/Sage/sage_builds/TESTING/sage-9.4.beta4/src, 
configfile: tox.ini
    collected 0 items
    <BLANKLINE>
    ============================ no tests ran in 0.02s 
=============================
    5


On Thursday, July 1, 2021 at 2:49:37 PM UTC-7 Volker Braun wrote:

> 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 
>
>
> 473cd41f19 (tag: 9.4.beta4, trac/develop) Updated SageMath version to 
> 9.4.beta4
> 06ec5d949d Trac #31987: Adding category options to Representations
> a8a5110e9a Trac #31978: E701, E702 for databases
> c6eb54e107 Trac #31977: E701, E702 for groups
> 3b60a97925 Trac #31976: E701, E702 for interfaces
> 0381045034 Trac #31974: E701, E702 for algebras, crypto, quadratic form, 
> structure
> c0f1a74a63 Trac #31965: Improve the handling of temporary symbolic 
> variables in sage
> 57627cad2a Trac #31859: method stack_sort for permutations
> 5f639d3c78 Trac #31822: Check containment for combinatorial faces
> d29034d38a Trac #31819: Only subfaces/supfaces for polyhedral face iterator
> 2a1799f45c Trac #31774: Wrong degree limit in PrimitiveGroup()
> f69ce021dd Trac #31719: Fix deprecation warning with viewing KR crystals
> 389057aa4a Trac #31616: Make quaternion_algebra() method of Brandt modules 
> directly call QuaternionAlgebra()
> a8cce88f0e Trac #30832: Connect RealSet to sage.manifolds
> 69e4080eda Trac #29683: "look up" a face in the face lattice of a 
> polyhedron
> 66aa3c0754 Trac #24171: Formal set membership function
> dae5f2cbd6 Trac #31160: Remove strict requirement for libreadline when 
> building python3
> af326a8c9a Trac #31941: Make empty RealSet false
> f64fd90fca Trac #31931: _sympy_ methods for some parent classes
> 7cbc6685d3 Trac #31927: RealSet: Replace is_included_in, is_disjoint_from 
> by is_subset, is_disjoint
> 90ee1b0655 Trac #31925: Reorganize topology
> a8da0f6360 Trac #31877: Refine category of RealSet
> 3fa193391a Trac #31834: Make Hrepresentation of `CombinatorialPolyhedron` 
> bit more consistent
> fc26215dc7 Trac #31831: tox.ini, GH Actions: Add ubuntu-impish, 
> linuxmint-20.2, fedora-35
> 075b352b88 Trac #31696: Sphinx/docutils update for Sage 9.4
> 5c9eab3b85 Trac #31550: fix some NOTE and EXAMPLES
> 2b8876798b Trac #31490: openblas: Run spkg-check with the same 
> configuration as spkg-install
> af77aabbc7 Trac #31443: update eclib and improve interface for elliptic 
> curve saturation
> 1650c1a835 Trac #31333: sage.env.sage_include_directories: Remove hard 
> dependency on numpy
> 265cd1339b Trac #30755: control the number of digits to display in 
> matrices via IPython's %precision magic
> c920272293 Trac #30698: Add Gauss-Legendre integrator to documentation
> e9fb18b6cd Trac #32071: Update version ranges in install-requires.txt for 
> several recently updated packages
> 97fb1eef56 Trac #21243: RealSet: add methods closure, interior, boundary, 
> is_open, is_closed
> 0a8b42b265 Trac #18119: New methods for WordMorphism
> 098a2474cd Trac #30972: Versioned installation of threejs
> 70c0b075b8 Trac #32031: Stop setuptools install from nuking the 
> setuptools_scm installation
> 68b61d5edc Trac #32048: Two doctests in modular depending on 
> compilation/package
> f3120cc0bb Trac #29978: Make modules doctests ready for random seeds
> af59fd35af Trac #32022: Upgrade pip to 21.1.2, patch interaction with 
> tornado
> 6f1eef63c0 Trac #32056: python3 spkg: ModuleNotFoundError: No module named 
> 'binascii'
> d33aebbac4 Trac #31970: Fix W605
> 027d24e01f Trac #31969: Some E701, E702 (No 2)
> d38c7f86d7 Trac #31968: Some E701, E702 (No 1)
> 425d0ec1bd Trac #31964: finer category for affine groups
> 5f4b7a6de4 Trac #31959: PolyhedronFace: Make it a subclass of 
> ConvexSet_closed
> fc08577c49 Trac #31950: Poincaré polynomial for moduli of semi-stable 
> quiver representations
> 3c9a3f547c Trac #31942: _sympy_ methods for matrices and vectors
> c755280861 Trac #31938: Wrapper class for Sage sets as SymPy sets
> 3a53bc3eb6 Trac #31923: The inverse of the inverse should be self in 
> CoordChange
> 17c856577d Trac #31919: ABC for convex sets
> d1b2edb84c Trac #31918: various details in combinat
> d586a0a79c Trac #31917: Fix typo prescripted -> prescribed
> 672534f250 Trac #31916: {Polyhedron, 
> ConvexRationalPolyhedralCone}.{interior, relative_interior}
> dc58e0b5b0 Trac #31915: Strengthen xz dependency for symmetrica
> 04333fabc8 Trac #31912: some lgtm fixes about unused variables
> 0e03f05b29 Trac #31910: min_symbolic, max_symbolic: Remove py2-ish special 
> casing of None
> 1d162686e7 Trac #31909: Update distro prereq links in README
> bee8f56686 Trac #31904: Pullback silently fails in some cases with 
> multiple charts
> 169ae39c92 Trac #31886: Refresh graph_plot.py
> abd31ad81d Trac #31885: Allow cross compiling
> 1d6cc3a10f Trac #31883: Refine category of ScalarField
> 887d5703eb Trac #31882: Bug (overflow?) in hypergeometric trace formula
> 0fc56755dd Trac #31880: RealSet, InternalRealInterval: Improve _repr_ and 
> add _latex_ method
> b76884b369 Trac #31644: Topological closure of manifold subsets, methods 
> ManifoldSubset.closure, is_closed, declare_closed
> 0b04ecd107 Trac #31245: Implement parallel f-vector for polytopes
> debc4e1533 Trac #31033: Fast check for alternating/symmetric Galois groups
> a60179ab6b (tag: 9.4.beta3) Updated SageMath version to 9.4.beta3
>
>
>

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/af402ac6-c066-467e-91f9-2734f041fcf0n%40googlegroups.com.

Reply via email to