Skip to content

Commit

Permalink
Enable minrequirements-mac and tweak setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 13, 2024
1 parent 00d74b3 commit 22e9749
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
requires = tox>=4
# The python environments to run the tests in
envlist = py310,py311,py312,py310-{base,matplotlib,phonopy-reader,brille,all,minrequirements-linux,no-c}
envlist = py310,py311,py312,py310-{base,matplotlib,phonopy-reader,brille,all,minrequirements-linux,minrequirements-mac,no-c}
allowlist_externals = git

[testenv]
Expand Down Expand Up @@ -95,7 +95,8 @@ commands_pre =
commands = {[testenv]test_command}

[testenv:py310-minrequirements-mac]
whitelist_externals = rm
skip_install = True
allowlist_externals = rm
install_command =
python -m pip install --force-reinstall {opts} {packages}
platform =
Expand Down

0 comments on commit 22e9749

Please sign in to comment.