Skip to content

Commit

Permalink
update test deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Mar 29, 2024
1 parent e660a34 commit 62710af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
pip install -e .[test,dev]
- name: Linter
run: |
black --check src tests
ruff .
black --check .
ruff check .
# - name: Test
# run: |
# pytest
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = ["modopt", "numpy", "tqdm", "joblib", "numba", "scipy", "pywavele
[project.optional-dependencies]
test = ["pytest", "pytest-cov", "pytest-xdist", "pytest-sugar"]
doc = ["pydata-sphinx-theme", "numpydoc", "sphinx_gallery", "sphinx", "sphinx-autoapi"]
dev = ["black", "isort", "flake8-pyproject", "flake8-black"]
dev = ["black", "isort", "ruff"]

[build-system]
requires = ["setuptools", "wheel"]
Expand Down

0 comments on commit 62710af

Please sign in to comment.