Skip to content

Commit

Permalink
Limit python versions for testing
Browse files Browse the repository at this point in the history
Starting with Python3.10 collections.Callable to collections.abc.Callable, which [breaks nose](nose-devs/nose#1122).
Seems that for now testing can only be done with earlier versions. In the long run some other testing solution might be needed.
  • Loading branch information
maxim-h authored Apr 5, 2023
1 parent 5e5cb61 commit 1337c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
- bioconda
dependencies:
- python
- python < 3.10 # 3.10 breaks nose
- yte
- stopit
- datrie
Expand Down

0 comments on commit 1337c0c

Please sign in to comment.