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

Test 3.12 #141

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Test 3.12 #141

wants to merge 2 commits into from

Conversation

alexmojaki
Copy link
Contributor

Just released a new version of executing for 3.12 and wanted to check that it isn't breaking things elsewhere


from devtools.pytest_plugin import load_black

pytestmark = pytest.mark.skipif(sys.version_info < (3, 8), reason='requires Python 3.8+')


config = "pytest_plugins = ['devtools.pytest_plugin']"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was getting ValueError: Plugin already registered: devtools.pytest_plugin and removing this fixed it for me locally.

@alexmojaki
Copy link
Contributor Author

Tests are passing for me locally with the latest Python 3.12, I don't know if that's slightly different from what GHA has.

$ python --version
Python 3.12.0rc3+

Looks like this isn't meant to be just yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant