Skip to content

Commit

Permalink
phonopy_reader still uses underscore for test mark, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 13, 2024
1 parent e40b4c6 commit 00d74b3
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 @@ -30,7 +30,7 @@ commands = {[testenv]test_command} --cov
# Test with no extras
[testenv:py310-base]
extras = {[testenv]extras}
commands = {[testenv]test_command} --cov -m "not (phonopy-reader or matplotlib or brille)"
commands = {[testenv]test_command} --cov -m "not (phonopy_reader or matplotlib or brille)"

# Test with matplotlib extra only
[testenv:py310-matplotlib]
Expand All @@ -44,7 +44,7 @@ commands = {[testenv]test_command} --cov -m "matplotlib and not multiple_extras"
extras =
{[testenv]extras}
phonopy-reader
commands = {[testenv]test_command} --cov -m "phonopy-reader and not multiple_extras"
commands = {[testenv]test_command} --cov -m "phonopy_reader and not multiple_extras"

# Test with brille extra only
[testenv:py310-brille]
Expand Down

0 comments on commit 00d74b3

Please sign in to comment.