diff --git a/docs/snakefiles/deployment.rst b/docs/snakefiles/deployment.rst index 1ff1f2394..f6856ce45 100644 --- a/docs/snakefiles/deployment.rst +++ b/docs/snakefiles/deployment.rst @@ -246,6 +246,8 @@ with the following `environment definition {output}" diff --git a/tests/test_conda_named/expected-results/test.out b/tests/test_conda_named/expected-results/test.out new file mode 100644 index 000000000..fa1e10f0c --- /dev/null +++ b/tests/test_conda_named/expected-results/test.out @@ -0,0 +1 @@ +ripgrep 13.0.0 diff --git a/tests/tests.py b/tests/tests.py index 9727866bb..c7da69b8c 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -1392,3 +1392,8 @@ def test_checkpoint_allowed_rules(): @skip_on_windows def test_modules_ruledeps_inheritance(): run(dpath("test_modules_ruledeps_inheritance")) + + +@skip_on_windows +def test_conda_named(): + run(dpath("test_conda_named"), use_conda=True)