Switch to unified view

a b/Tests/test-environment.yml
1
name: _test
2
channels: 
3
  - conda-forge
4
dependencies:
5
  - pytest
6
  - anypytools
7
  - pytest-xdist
8
  - pytest-split
9