giampaolo / pyftpdlib

Extremely fast and scalable Python FTP server library
MIT License
1.66k stars 266 forks source link

Add Python 2.7 to GHA Linux #584

Closed gliptak closed 1 year ago

gliptak commented 2 years ago

Signed-off-by: Gábor Lipták gliptak@gmail.com

Windows/2.7 fails with

FAIL: pyftpdlib.test.test_filesystems.TestAbstractedFS.test_validpath_external_symlink
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\a\pyftpdlib\pyftpdlib\pyftpdlib\test\test_filesystems.py", line 195, in test_validpath_external_symlink
    self.assertFalse(fs.validpath(u(testfn)))
AssertionError: True is not false
gliptak commented 2 years ago

@giampaolo please disable Appveyor for the project

giampaolo commented 2 years ago

@giampaolo please disable Appveyor for the project

done

gliptak commented 2 years ago

@giampaolo any other updates you would like to see for this PR?

giampaolo commented 1 year ago

Merged thanks.