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 e450f74 commit 83a3ecfCopy full SHA for 83a3ecf
testing/test_rsync.py
@@ -232,7 +232,7 @@ def filter(self, x):
232
assert len(dest.listdir()) == 1
233
assert len(source.listdir()) == 1
234
235
- @py.test.mark.skipif('sys.version_info >= (3)')
+ @py.test.mark.skipif('sys.version_info >= (3,)')
236
def test_2_to_3_bridge_can_send_binary_files(self, tmpdir, makegateway):
237
python = _find_version('3')
238
gw = makegateway('popen//python=%s' % python)
0 commit comments