-
Notifications
You must be signed in to change notification settings - Fork 947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove python2 compatibility code #564
Remove python2 compatibility code #564
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@swamper123 Apologies for the long delay, looks like you have commited |
@dhoomakethu I just recognised that I had this PR still open. 😅 |
FYI: At the moment I am still busy with other things going on. So it will either be at the end of the year or mid January, unti I can lay my hands on that PR again. |
Remove Python2 code snippets
Remove Python2 from checks, CI stuff and more
8d2649c
to
7dfac6f
Compare
Add missing closing braket
I think I got the most stuff uptodate again. |
c5e8c16
to
3f6d951
Compare
~~It could be the coverage that has dropped down. ~~ |
Kudos, SonarCloud Quality Gate passed! |
The stuff may be green, but I am still not happy about this, but don't know where to continue a.t.m.: ====================== 474 passed, 19 skipped in 42.13s =======================
D:\a\pymodbus\pymodbus\.tox\pypy37\site-packages\_pytest\mark\structures.py:552: RuntimeWarning: coroutine 'AsyncioModbusSerialClient.connect' was never awaited
seen.update(self.parent.keywords)
D:\a\pymodbus\pymodbus\.tox\pypy37\site-packages\_pytest\mark\structures.py:552: RuntimeWarning: coroutine 'ReconnectingAsyncioModbusTcpClient._reconnect' was never awaited
seen.update(self.parent.keywords) I don't know if that happens in branch 3.0.0 as well, because the logs are to old and have been removed. |
Would be happy about every review. :) |
I know that this is a bigger PR, but a step in an easier to handle direction in the future. |
Kudos, SonarCloud Quality Gate passed! |
I am biting the bullet and merging this to 3.0.0 branch and will release |
Drop the Python2 and <3.6 code