Skip to content

Commit

Permalink
add test dependencies to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
piehld committed Feb 12, 2025
1 parent e89a5a9 commit 1e57b77
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ recreate = true
alwayscopy=true
package = editable-legacy
deps =
-r requirements.txt
jsonschema
rcsb.utils.chemref>=0.91
jsondiff>=1.2.0
-r requirements.txt
commands =
echo "Starting {envname}"
{envpython} -V
Expand Down Expand Up @@ -97,6 +100,9 @@ platform=
macos: darwin
linux: linux
deps =
jsonschema
rcsb.utils.chemref>=0.91
jsondiff>=1.2.0
pylint
-r requirements.txt
commands =
Expand Down

0 comments on commit 1e57b77

Please sign in to comment.