openapi-spec-validator
openapi-spec-validator copied to clipboard
add a network marker to ease disabling network-dependent tests
Hello,
About half the tests reach out to github to fetch various resources; it'd be nice to be able to invoke pytest -m "not network" to run the tests which do not need a network-enabled environment. Currently this can be accomplished via pytest -k "not Example and not Exampe", but that's not great.
Thanks for your consideration!