In the old version of the docs, I had mentioned some custom pytest flags that don't actually exist. I was going to use pytest.getoptions and pytest.mark.skip features to skip tests with piler and GRF as dependencies, unless a corresponding flag is used.
I decided this is more tedious than is worth doing at the present time, so this PR just amends the documentation so that it doesn't mention the nonexistent pytest options.
In the old version of the docs, I had mentioned some custom pytest flags that don't actually exist. I was going to use
pytest.getoptions
andpytest.mark.skip
features to skip tests with piler and GRF as dependencies, unless a corresponding flag is used.I decided this is more tedious than is worth doing at the present time, so this PR just amends the documentation so that it doesn't mention the nonexistent pytest options.