Skip to content

Commit

Permalink
clone the kit repo before installing and running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Sep 11, 2023
1 parent 0c77e93 commit ca40b79
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mdakits/MDAnalysis-tui/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ python_requires: ">=3.10"
mdanalysis_requires: ">=2.0.0"
## List(str): a list of commands to use when attempting to run the MDAKit's tests
run_tests:
- pytest
## List(str): a list of commands to use to install the necessary dependencies required
## to run the MDAKit's tests
test_dependencies:
- git clone latest
- python -m pip install ".[test]"
- pytest -v ./tests
## str: the development status of the MDAKit
development_status: Alpha
## str: a link to the MDAKit's community (mailing list, github discussions, etc...)
Expand Down

0 comments on commit ca40b79

Please sign in to comment.