Skip to content

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

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

1 participant