Skip to content

Commit

Permalink
required MDAnalysisTests for testing
Browse files Browse the repository at this point in the history
- after deploy
- in pyproject.toml
  • Loading branch information
orbeckst committed Oct 13, 2024
1 parent 382edfc commit bbd5735
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
test_submission: true
package_name: 'propkatraj'
module_name: 'propkatraj'
test_deps: 'pytest MDAnalysisTests'
tests: true

pypi_push:
Expand All @@ -54,4 +55,5 @@ jobs:
with:
package_name: 'propkatraj'
module_name: 'propkatraj'
test_deps: 'pytest MDAnalysisTests'
tests: true
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"MDAnalysis>=2.1.0",
"MDAnalysis>=2.1.0",
"numpy",
"pandas",
"propka==3.1",
Expand All @@ -51,10 +51,11 @@ test = [
"pytest>=6.0",
"pytest-xdist>=2.5",
"pytest-cov>=3.0",
"MDAnalysisTests>=2.1.0",
]

[project.urls]
"documentation" = "https://github.com/Becksteinlab/propkatraj/blob/main/README.md"
"documentation" = "https://becksteinlab.github.io/propkatraj/"
"Issue tracker" = "https://github.com/Becksteinlab/propkatraj/issues"
"MDAKit registry" = "https://mdakits.mdanalysis.org/propkatraj.html"
"source" = "https://github.com/Becksteinlab/propkatraj"
Expand Down

0 comments on commit bbd5735

Please sign in to comment.