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: Don't try to add pytest mark to doctest, it seems to apply to *all* doctests #621

Merged
merged 1 commit into from
Feb 15, 2024

Commits on Feb 15, 2024

  1. FIX: Don't try to add pytest mark to doctest, it seems to apply to *a…

    …ll* doctests
    
    I noticed that no doctests are collected when running with our default
    of `bin/test -m 'not slow'`, which is way more harmful for developing
    than maybe having to explicitly select some tests in zeit.connector.
    wosc committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    134f15e View commit details
    Browse the repository at this point in the history