Skip to content

Remove dependency on py #350

Open
Open
@gnikonorov

Description

@gnikonorov

We currently depend on the py project for its xml module as seen below:

gnikonorov:~/pytest-html$ git grep "from py\."
README.rst:   from py.xml import html
README.rst:   from py.xml import html
README.rst:  from py.xml import html
pytest_html/plugin.py:from py.xml import html
pytest_html/plugin.py:from py.xml import raw
testing/test_pytest_html.py:            from py.xml import html
testing/test_pytest_html.py:            from py.xml import html
gnikonorov:~/pytest-html$ git grep "import py

Since this library is in maintenance only mode now, I think we should migrate away from it to other alternatives as it looks like we only use it to generate HTML elements for the report.

Thoughts @ssbarnea and @BeyondEvil ? If neither if you object I want to go ahead and see if I can migrate us off of it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    InfrastructureChanges related to project infrastructure ( CI/CD, deploy mechanism, etc. )

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions