Skip to content

Commit

Permalink
Fix test dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Sep 27, 2024
1 parent c7ad227 commit 5f3e24a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def tests(session):
"pytest-mock",
"numpy",
"coverage[toml]",
"rich",
)
session.run("pytest", *args)

Expand All @@ -123,6 +124,7 @@ def testsp(session):
"pytest-mock",
"numpy",
"coverage[toml]",
"rich",
)
session.run("pytest", *args)

Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ livereload>=2.6.3
importlib-metadata>=4.2
mkdocstrings>=0.20.0
mkdocstrings-python>=1.11.1
rich>=13.8.1

0 comments on commit 5f3e24a

Please sign in to comment.