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

ignore package pytest config #246

Merged
merged 1 commit into from
Jan 20, 2022
Merged

Commits on Jan 20, 2022

  1. ignore package pytest config

    avoids conflicts with base package test config,
    since we aren't running the package's tests.
    
    For example, jupyter-server has `addopts = --doctest-modules`, but check-links has `-p no:doctest`,
    which removes the `--doctest-modules` option.
    minrk committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    cba80fc View commit details
    Browse the repository at this point in the history