We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd917f8 commit 8890bb2Copy full SHA for 8890bb2
Lib/distutils/tests/test_build_py.py
@@ -168,7 +168,8 @@ def test_dont_write_bytecode(self):
168
finally:
169
sys.dont_write_bytecode = old_dont_write_bytecode
170
171
- self.assertIn('byte-compiling is disabled', self.logs[0][1])
+ self.assertIn('byte-compiling is disabled',
172
+ self.logs[0][1] % self.logs[0][2])
173
174
175
def test_suite():
Lib/distutils/tests/test_install_lib.py
@@ -104,7 +104,8 @@ def test_dont_write_bytecode(self):
104
105
106
107
108
109
110
111
0 commit comments