Skip to content

Conversation

reaperhulk
Copy link
Member

This removes the skip logic for tests when serialization is not available. We do not currently have a backend that doesn't support serialization and there's a good argument that we should require all backends to have basic serialization for non-hardware keys.

@reaperhulk reaperhulk added this to the Tenth Release milestone Jun 27, 2015
.coveragerc Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://codecov.io/github/pyca/cryptography/tests/test_interfaces.py#l-50 (I also see it locally during coverage. I vaguely recall "missed branch" being why we excluded the abc decorators as well)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh, those aren't about the @property lines, those are about those
methods never being invoked. Can you remove this for now and we can think
about alternative approaches?

On Sat, Jun 27, 2015 at 3:22 PM, Paul Kehrer notifications@github.com
wrote:

In .coveragerc
#2079 (comment):

@@ -13,3 +13,4 @@ source =
exclude_lines =
@abc.abstractmethod
@abc.abstractproperty

https://codecov.io/github/pyca/cryptography/tests/test_interfaces.py#l-50
(I also see it locally during coverage. I vaguely recall "missed branch"
being why we excluded the abc decorators as well)


Reply to this email directly or view it on GitHub
https://github.com/pyca/cryptography/pull/2079/files#r33415262.

"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
GPG Key fingerprint: 125F 5C67 DFE9 4084

alex added a commit that referenced this pull request Jun 27, 2015
@alex alex merged commit 6e355b5 into pyca:master Jun 27, 2015
@reaperhulk reaperhulk deleted the branch-fixes branch June 27, 2015 21:47
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

2 participants