Skip to content

Commit 3797b69

Browse files
chore: introduce tests extras for lighter install
1 parent 5f602f0 commit 3797b69

File tree

2 files changed

+38
-27
lines changed

2 files changed

+38
-27
lines changed

poetry.lock

Lines changed: 27 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ dev = [
138138
'myst-parser',
139139
'memory_profiler',
140140
'mypy',
141-
'psutil',
142141
'nbconvert',
143142
'nbdime',
144143
'nbsphinx',
145144
'networkx',
146145
'optax',
146+
'psutil',
147147
'pre-commit',
148148
'pydata-sphinx-theme',
149149
'pygad',
@@ -178,6 +178,16 @@ dev = [
178178
'openpyxl',
179179
'zizmor',
180180
]
181+
tests = [
182+
'psutil',
183+
'pre-commit',
184+
'pylint',
185+
'pytest',
186+
'pytest-timeout',
187+
'pytest-xdist',
188+
'pytest-env',
189+
'pytest-cov'
190+
]
181191
docs = [
182192
"jupyter",
183193
"jinja2",

0 commit comments

Comments
 (0)