snakemake: skip_modules snakemake.common.tests (#48395)
This commit is contained in:
parent
fd51f1ce65
commit
cf06b395b7
@ -158,6 +158,9 @@ class Snakemake(PythonPackage):
|
||||
)
|
||||
depends_on("py-requests", when="+http", type=("build", "run"))
|
||||
|
||||
# snakemake.common.tests requires pytest
|
||||
skip_modules = ["snakemake.common.tests"]
|
||||
|
||||
def test_run(self):
|
||||
"""Test if snakemake runs with the version option"""
|
||||
Executable(self.prefix.bin.snakemake)("--version")
|
||||
|
Loading…
Reference in New Issue
Block a user