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

Tests fail with Python 3.11 #49

Closed
leviathan747 opened this issue Feb 15, 2023 · 1 comment
Closed

Tests fail with Python 3.11 #49

leviathan747 opened this issue Feb 15, 2023 · 1 comment

Comments

@leviathan747
Copy link
Collaborator

Describe the bug
Previously passing tests fail when running under Python 3.11

To Reproduce
Steps to reproduce the behavior:

  1. Install Python 3.11
  2. Run the tests

Expected behavior
The tests should pass

Environment (please complete the following information):

  • OS: macOS
  • Metamodel version (or Bridgepoint version used)
  • Python version 3.11
  • pyxtuml version 2.3.1

Additional context
This appears to be an issue with ply and the underlying regular expression engine used in the lexer. It may be related to this report: dabeaz/ply#282

leviathan747 added a commit that referenced this issue Feb 15, 2023
NOTE: the tests fail on versions >= python 3.11, so this change
restricts the test runner to use python 3.10. This is raised in issue #49.
leviathan747 added a commit that referenced this issue Feb 15, 2023
NOTE: the tests fail on versions >= python 3.11, so this change
restricts the test runner to use python 3.10. This is raised in issue #49.
leviathan747 added a commit that referenced this issue Feb 15, 2023
NOTE: the tests fail on versions >= python 3.11, so this change
restricts the test runner to use python 3.10. This is raised in issue #49.
@leviathan747
Copy link
Collaborator Author

#50

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

No branches or pull requests

1 participant