Skip to content

Python 3.9 unit testing - #34196

Closed
awais786 wants to merge 2 commits into
masterfrom
testing-py39
Closed

Python 3.9 unit testing#34196
awais786 wants to merge 2 commits into
masterfrom
testing-py39

Conversation

@awais786

@awais786 awais786 commented Feb 6, 2024

Copy link
Copy Markdown
Contributor

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

feanil commented May 1, 2024

Copy link
Copy Markdown
Contributor

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