Skip to content

Commit

Permalink
Copy the skip logic from FileTransferCloseTests
Browse files Browse the repository at this point in the history
  • Loading branch information
exarkun committed Jan 24, 2022
1 parent 385e9f2 commit 9e9cce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/twisted/conch/test/test_filetransfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@ def test_constantsAgainstSpec(self):
self.assertEqual(v, getattr(filetransfer, k))


@skipIf(not cryptography, "Cannot run without cryptography")
class RawPacketDataServerTests(TestCase):
"""
Tests for L{filetransfer.FileTransferServer} which explicitly craft
Expand Down

0 comments on commit 9e9cce2

Please sign in to comment.