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

Add py as dependency #555

Merged
merged 1 commit into from Oct 25, 2022

Commits on Oct 25, 2022

  1. Add py as dependency

    This dependency was implicitely set through pytest. With [1] the
    dependency was removed from pytest, so pytest-html fails with:
    
    ModuleNotFoundError: No module named 'py.xml'; 'py' is not a package
    
    Specify it explicitely as dependency to fix the issue.
    
    [1] pytest-dev/pytest@19dda7c
    
    Signed-off-by: Erik Bloß <erik.bloss@smartmicro.de>
    smartEBL committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    56e0af9 View commit details
    Browse the repository at this point in the history