Skip to content

Commit

Permalink
fix tox dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-o-marsh committed Dec 11, 2023
1 parent 7773971 commit 24363ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ commands =


[testenv:all-deps]

# note: platform_system can be "Linux","Darwin", or "Windows".
description =
Run Python unit tests with all dependencies installed (ase, pyscf,
and chemfiles are optional dependencies)
Expand Down Expand Up @@ -123,7 +123,7 @@ description = Runs the doctests defined in any metatensor package
deps =
{[testenv]metatensor-core-requirement}
ase
pyscf
pyscf;platform_system!="Windows"
pytest

commands =
Expand Down

0 comments on commit 24363ad

Please sign in to comment.