wilkelab / Opfi

A Python package for discovery, annotation, and analysis of gene clusters in genomics or metagenomics data sets.
https://opfi.readthedocs.io/
MIT License
21 stars 5 forks source link

fix inaccurate description of pytest usage #196

Closed alexismhill3 closed 3 years ago

alexismhill3 commented 3 years ago

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.