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 and rename pytest mark to run only with Numba enabled #273

Merged
merged 4 commits into from
Oct 25, 2021

Commits on Oct 25, 2021

  1. Fix pytest decorator for running only with Numba enabled

    Fix an unwanted behaviour of the old `require_numba` decorator by
    merging it with the `use_numba`.
    Rename `require_numba` to `run_only_with_numba` for better understanding
    of what the decorator does.
    santisoler committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    15a433b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf98fa8 View commit details
    Browse the repository at this point in the history
  3. Improve docstring

    santisoler authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    1c681db View commit details
    Browse the repository at this point in the history
  4. Revert "Rename the mark to test_only_with_numba"

    This reverts commit cf98fa8.
    santisoler committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    022772d View commit details
    Browse the repository at this point in the history