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

Permit warnings in *_stale_pyc tests #190

Merged
merged 2 commits into from Jun 4, 2020
Merged

Commits on May 26, 2020

  1. Permit warnings in *_stale_pyc tests

    The *_stale_pyc test is repeatedly failing on production systems
    due to additional pytest plugins being installed and triggering
    PytestAssertRewriteWarnings.  This causes 'passed *' string not to match
    because of the ',' after 'passed'.  Match just 'passed*' instead
    to solve this.
    mgorny committed May 26, 2020
    Configuration menu
    Copy the full SHA
    1ef3d61 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    2547178 View commit details
    Browse the repository at this point in the history