]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_peg_generator and test_freeze require cpu (#108386)
authorVictor Stinner <vstinner@python.org>
Wed, 23 Aug 2023 22:52:48 +0000 (00:52 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Aug 2023 22:52:48 +0000 (00:52 +0200)
commit7a6cc3eb66805e6515d5db5b79e58e2f76b550c8
tree1cd953717b3d6d35d2b8fd0f800965f58ff48d37
parent3107b453bcceb0e2d2590fef3612859f2f802d72
test_peg_generator and test_freeze require cpu (#108386)

The test_peg_generator and test_tools.test_freeze tests now require
the 'cpu' resource. Skip these tests unless the 'cpu' resource is
enabled (it is disabled by default).

These tests are no longer skipped if Python is built with ASAN or
MSAN sanitizer.
Lib/test/test_peg_generator/__init__.py
Lib/test/test_tools/__init__.py
Lib/test/test_tools/test_freeze.py