Skip to content

Commit bbd5735

Browse files
committed
required MDAnalysisTests for testing
- after deploy - in pyproject.toml
1 parent 382edfc commit bbd5735

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/deploy.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
test_submission: true
3232
package_name: 'propkatraj'
3333
module_name: 'propkatraj'
34+
test_deps: 'pytest MDAnalysisTests'
3435
tests: true
3536

3637
pypi_push:
@@ -54,4 +55,5 @@ jobs:
5455
with:
5556
package_name: 'propkatraj'
5657
module_name: 'propkatraj'
58+
test_deps: 'pytest MDAnalysisTests'
5759
tests: true

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
readme = "README.md"
3535
requires-python = ">=3.10"
3636
dependencies = [
37-
"MDAnalysis>=2.1.0",
37+
"MDAnalysis>=2.1.0",
3838
"numpy",
3939
"pandas",
4040
"propka==3.1",
@@ -51,10 +51,11 @@ test = [
5151
"pytest>=6.0",
5252
"pytest-xdist>=2.5",
5353
"pytest-cov>=3.0",
54+
"MDAnalysisTests>=2.1.0",
5455
]
5556

5657
[project.urls]
57-
"documentation" = "https://github.com/Becksteinlab/propkatraj/blob/main/README.md"
58+
"documentation" = "https://becksteinlab.github.io/propkatraj/"
5859
"Issue tracker" = "https://github.com/Becksteinlab/propkatraj/issues"
5960
"MDAKit registry" = "https://mdakits.mdanalysis.org/propkatraj.html"
6061
"source" = "https://github.com/Becksteinlab/propkatraj"

0 commit comments

Comments
 (0)