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

Python 3.9 unit testing #34196

Closed
wants to merge 2 commits into from
Closed

Python 3.9 unit testing #34196

wants to merge 2 commits into from

Conversation

awais786
Copy link
Contributor

@awais786 awais786 commented Feb 6, 2024

Right now its only running tests against python 3.9.
Running tests againsts gh hosted runners. Unit tests has failures.

  def clear_registered_transformers_cache():
        """
        Test helper to clear out any cached values of registered transformers.
        """
>       TransformerRegistry.get_write_version_hash.cache.clear()  # lint-amnesty, pylint: disable=no-member
E       AttributeError: 'functools.partial' object has no attribute 'cache'

Python 3.9 = #34196
python 3.10 = #34201
python 3.11 = #34202

@awais786 awais786 changed the title chore: minor changes. python 3.9 testing Feb 7, 2024
@awais786 awais786 changed the title python 3.9 testing python 3.9 migrations testing Feb 12, 2024
@awais786 awais786 mentioned this pull request Feb 12, 2024
@awais786 awais786 changed the title python 3.9 migrations testing Python 3.9 migrations testing Feb 12, 2024
@awais786 awais786 changed the title Python 3.9 migrations testing Python 3.9 unit testing Feb 13, 2024
@feanil
Copy link
Contributor

feanil commented May 1, 2024

Closing now that we hav tests passing on 3.11: #34374

@feanil feanil closed this May 1, 2024
@feanil feanil deleted the testing-py39 branch May 1, 2024 16:33
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.

2 participants