Skip to content

Commit

Permalink
TEST: coverage confused
Browse files Browse the repository at this point in the history
- was omitting test_crypto on travis,
  • Loading branch information
jeremygray committed Apr 26, 2014
1 parent 0a4bd98 commit 05c52bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def test_command_line(self):
@pytest.mark.altopenssl
@pytest.mark.slow
@pytest.mark.notravis
class TestCryptoAltOpenSSL(TestsCrypto):
class XXXTestCryptoAltOpenSSL(TestsCrypto):
def setup_class(self):
global codec
codec = PFSCodecRegistry(default_codec)
Expand Down

0 comments on commit 05c52bd

Please sign in to comment.