Skip to content
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

Re-enable tests on 3.11 #3294

Closed
wants to merge 1 commit into from
Closed

Conversation

Zac-HD
Copy link
Member

@Zac-HD Zac-HD commented Apr 16, 2022

In earlier alphas, we just skipped over some failing tests so that we could test for other regressions.

Since I'm thinking about ExceptionGroup again, let's see if they've since been fixed...

@Zac-HD Zac-HD added the tests/build/CI about testing or deployment *of* Hypothesis label Apr 16, 2022
Comment on lines +166 to 171
@pytest.mark.skipif(
sys.version_info[:3] == (3, 11, 0),
reason="https://github.com/python/cpython/issues/91621",
)
@given(...)
def test_resolving_standard_callable_no_args(x: collections.abc.Callable[[], Elem]):
Copy link
Member Author

Choose a reason for hiding this comment

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

I'll come back and remove this skip once python/cpython#91621 is fixed (likely beta1)

@Zac-HD Zac-HD closed this in #3297 Apr 18, 2022
@Zac-HD Zac-HD deleted the test-on-311 branch July 3, 2022 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests/build/CI about testing or deployment *of* Hypothesis
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant