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

Fix Pytest warnings #10

Closed

Commits on May 7, 2020

  1. Fix deprecated direct constructors for Nodes

    As of 5.4.0 Pytest emits deprecation warnings [0]:
    ```
    PytestDeprecationWarning: direct construction of Spec* has been
    deprecated, please use Spec*.from_parent.
    ```
    
    [0]: https://docs.pytest.org/en/5.4.0/changelog.html#deprecations
    
    Signed-off-by: Stanislav Levin <slev@altlinux.org>
    stanislavlevin committed May 7, 2020
    Configuration menu
    Copy the full SHA
    3423a44 View commit details
    Browse the repository at this point in the history
  2. Fixed expected colored statistics

    As of 5.3.0 Pytest improved colored statistics of the outcome:
    https://docs.pytest.org/en/5.3.0/changelog.html#improvements
    
    Signed-off-by: Stanislav Levin <slev@altlinux.org>
    stanislavlevin committed May 7, 2020
    Configuration menu
    Copy the full SHA
    6360ba2 View commit details
    Browse the repository at this point in the history