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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

small test changes #541

Merged
merged 5 commits into from
Jul 8, 2021
Merged

small test changes #541

merged 5 commits into from
Jul 8, 2021

Commits on Jul 7, 2021

  1. actions: use setup.cfg as the cache key

    * the dependencies are specified in setup.cfg rather than .py
    oliver-sanders committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    86548ae View commit details
    Browse the repository at this point in the history
  2. tests: compatibility with pytest>=4

    * fix defining pytest_plugins in non-top-level conftest file (pytest 3+)
      https://docs.pytest.org/en/6.2.x/deprecations.html#pytest-plugins-in-non-top-level-conftest-files
    * update to pytest 6 as this was the first version to support
      pyproject.toml
      https://docs.pytest.org/en/stable/changelog.html#id123
    oliver-sanders committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    a4d22e8 View commit details
    Browse the repository at this point in the history
  3. tests: run doctests

    oliver-sanders committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    630b524 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27f011e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5320209 View commit details
    Browse the repository at this point in the history