Skip to content

Commit 4202a57

Browse files
committed
Mark failing test. Hardcoded value for library path means we can't succeed.
1 parent 6ccb981 commit 4202a57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_sysconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def test_get_preferred_schemes(self):
141141
self.assertIsInstance(schemes, dict)
142142
self.assertEqual(set(schemes), expected_schemes)
143143

144+
@unittest.expectedFailure("TODO: RUSTPYTHON this is hardcoded to 'python', we're set up for failure.")
144145
def test_posix_venv_scheme(self):
145146
# The following directories were hardcoded in the venv module
146147
# before bpo-45413, here we assert the posix_venv scheme does not regress

0 commit comments

Comments
 (0)