-
Notifications
You must be signed in to change notification settings - Fork 634
Closed
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Description
Snakemake version
b88171c
Describe the bug
When running pixi run pytest tests/tests_using_conda.py on an M1 MacBook Pro, the following tests fail:
test_script,test_issue635: fail due to missingr-base=3.6.1test_wrapper,test_wrapper_qsub,test_wrapper_local_git_prefix: fail because conda can't findhtslib==1.9test_conda_pin_file: fails becauseripgrep=12.0isn't available
-test_conda_python_3_7_script: fails becausepython=3.7.12isn't availabletest_script_pre_py39: fails becausepython=3.7isn't available
Minimal example
On Apple silicon, run:
pixi run pytest tests/tests_using_conda.py
Additional context
Is it worth updating these tests to use more recent package versions so that they can be run successfully on macOS-arm64?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Type
Projects
Status
Done