Skip to content

Commit

Permalink
Add matplotlib as test dependency, remove redundant import.
Browse files Browse the repository at this point in the history
  • Loading branch information
vegardjervell committed Jul 26, 2024
1 parent a8efb7e commit e9a34a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ dependencies = ["numpy~=1.22",
"scipy~=1.7",
"thermopack~=2.2"]

[project.optional-dependencies]
test = ["pytest"]

[tool.cibuildwheel]
test-command = "pytest {project}/tests"
test-requires = ["pytest"]
test-requires = ["pytest", "matplotlib"]
build-verbosity = 2
1 change: 0 additions & 1 deletion tests/test_flux_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from scipy.constants import Avogadro, gas_constant
from pykingas.HardSphere import HardSphere
from pykingas.MieKinGas import MieKinGas
import pytest
import numpy as np
from tools import models, check_eq

Expand Down

0 comments on commit e9a34a0

Please sign in to comment.