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

Various fixes to tests infrastructure #246

Merged
merged 3 commits into from
Aug 20, 2019
Merged

Various fixes to tests infrastructure #246

merged 3 commits into from
Aug 20, 2019

Commits on Aug 19, 2019

  1. Misc fixes, make, linting, pyopenssl, etc

    make was broken in various ways on my F30 machine.
    - Some minor liniting issues
    - A connection reset by peer error instead of SSLv3 alert on some
    python versions
    - disabled python36-extras because it fails with a missing ipalib error
    - renamed all extrs/noextra to extras/noextras ...
    - fixed pytest deprecation warning error about using pytset.config
    
    Signed-off-by: Simo Sorce <simo@redhat.com>
    simo5 committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    87d86df View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Replace use of pytest get_marker

    get_marker has been removed in pytest 4, so replace it with their
    suggested work around.
    
    Signed-off-by: Simo Sorce <simo@redhat.com>
    simo5 committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    0d9e377 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a443ad View commit details
    Browse the repository at this point in the history