Skip to content

Commit

Permalink
chore: python 3.11 testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Feb 12, 2024
1 parent ed6d287 commit 56af214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmodule/tests/xml/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __repr__(self):

# Extract all argument names used to construct XmlImportData objects,
# so that the factory doesn't treat them as XML attributes
XML_IMPORT_ARGS = inspect.getargspec(XmlImportData.__init__).args # lint-amnesty, pylint: disable=deprecated-method
XML_IMPORT_ARGS = inspect.getfullargspec(XmlImportData.__init__).args # lint-amnesty, pylint: disable=deprecated-method


class XmlImportFactory(Factory):
Expand Down

0 comments on commit 56af214

Please sign in to comment.