Skip to content

Commit

Permalink
Added MDAnalysisTests as a testing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmkenney committed Oct 5, 2023
1 parent 053cbe8 commit 1786401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ test = [
"pytest>=6.0",
"pytest-xdist>=2.5",
"pytest-cov>=3.0",
"MDAnalysisTests>=2.0.0",
]
doc = [
"sphinx",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"pytest>=6.0",
"pytest-xdist>=2.5",
"pytest-cov>=3.0",
"MDAnalysisTests>=2.0.0",
],
"doc": [
"sphinx",
Expand Down

0 comments on commit 1786401

Please sign in to comment.