Skip to content

Commit 077a631

Browse files
committed
Updates for automated testing
1 parent 904d221 commit 077a631

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_routine.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
conda --version
2727
which python
2828
python -m pip install .
29+
python -m pip install pytest
2930
3031
- name: Run tests
3132
run: |

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ classifiers = [
2929
dependencies = [
3030
"numpy",
3131
"matplotlib",
32-
"pytest",
3332
"fmodpy"
3433
]
3534

3635
[project.optional-dependencies]
37-
dev = ["pytest-runner", "black", "build", "twine"]
36+
dev = ["pytest", "black", "build", "twine"]
3837

3938
[tool.setuptools]
4039
include-package-data = true

0 commit comments

Comments
 (0)