We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccb981 commit 4202a57Copy full SHA for 4202a57
1 file changed
Lib/test/test_sysconfig.py
@@ -141,6 +141,7 @@ def test_get_preferred_schemes(self):
141
self.assertIsInstance(schemes, dict)
142
self.assertEqual(set(schemes), expected_schemes)
143
144
+ @unittest.expectedFailure("TODO: RUSTPYTHON this is hardcoded to 'python', we're set up for failure.")
145
def test_posix_venv_scheme(self):
146
# The following directories were hardcoded in the venv module
147
# before bpo-45413, here we assert the posix_venv scheme does not regress
0 commit comments