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

cloudinit: move to pytest for running tests #211

Merged
merged 3 commits into from
Mar 10, 2020
Merged

cloudinit: move to pytest for running tests #211

merged 3 commits into from
Mar 10, 2020

Commits on Mar 10, 2020

  1. cloudinit: move to pytest for running tests

    As the nose docs[0] themselves note, it has been in maintenance mode for
    the past several years.  pytest is an actively developed, featureful and
    popular alternative that the nose docs themselves recommend.
    
    [0] https://nose.readthedocs.io/en/latest/
    Daniel Watkins authored and OddBloke committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    aaa2696 View commit details
    Browse the repository at this point in the history
  2. tox.ini: remove definitions for deprecated Python versions

    Instead of updating them for pytest without testing.
    OddBloke committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    f75964d View commit details
    Browse the repository at this point in the history
  3. tox.ini: introduce a xenial-dev testenv, executed by default

    This environment is identical to [testenv:xenial], but uses the earliest
    version of pytest that works with Python 3.8.
    OddBloke committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    57108cf View commit details
    Browse the repository at this point in the history