mushorg / conpot

ICS/SCADA honeypot
GNU General Public License v2.0
1.22k stars 413 forks source link

Avoid broken dependency freezegun 0.13.3 #476

Closed srenfo closed 4 years ago

srenfo commented 4 years ago

Apparently the recently release version 0.13.3 of freezegun makes our test suite fail. (conpot.tests.test_vfs.TestSubFileSystem.test_set_time in particular.)

The PR only skips that particular version, in the hopes that future releases will have fixed the issue.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 1171


Files with Coverage Reduction New Missed Lines %
conpot/protocols/http/command_responder.py 6 61.93%
conpot/protocols/ftp/ftp_handler.py 9 80.66%
conpot/protocols/ftp/ftp_base_handler.py 19 79.51%
<!-- Total: 34 -->
Totals Coverage Status
Change from base Build 1169: -0.09%
Covered Lines: 5518
Relevant Lines: 7582

💛 - Coveralls