]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-106214: Fix `test_opcache` to skip threaded tests on non-threaded platforms (GH... 106215/head
authorHood Chatham <roberthoodchatham@gmail.com>
Wed, 28 Jun 2023 20:04:59 +0000 (13:04 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Jun 2023 20:04:59 +0000 (13:04 -0700)
commit4bde89462a95e5962e1467cfc1af5a6094c0c858
tree67ec18f7fd3441327d142a1c2cf9756b848e7cbb
parent11731434df2d7d29b4260e5ad65b993cea775c36
GH-106214: Fix `test_opcache` to skip threaded tests on non-threaded platforms (GH-106166)

This skips the test added in GH-105953 on threadless builds.
Lib/test/test_opcache.py