Browse Source

Merge branch 'Release_2.1' of https://gitea.pep.foundation/pEp.foundation/pEpPythonAdapter into Release_2.1

PYADPT-116
heck 4 years ago
parent
commit
76ef8e0a21
  1. 2
      test/sync_test.py

2
test/sync_test.py

@ -36,8 +36,6 @@ def test_for(path, color=None, end_on=None, mt=False, imap=False, own_ident=1):
sync_handshake.run(path, color, imap, own_ident)
os.chdir(cwd)
def setup(path):
cwd = os.getcwd();

Loading…
Cancel
Save