From 4993a7856b88c88da5bbf897f613bc06c00228c5 Mon Sep 17 00:00:00 2001 From: Ian Kenney Date: Wed, 4 Oct 2023 17:03:57 -0700 Subject: [PATCH] Added MDAnalysisTests as a testing dependency --- .github/workflows/gh-ci.yaml | 2 +- pyproject.toml | 1 + setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 85c18fb..0c73da1 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -80,7 +80,7 @@ jobs: uses: MDAnalysis/install-mdanalysis@main with: version: ${{ matrix.mdanalysis-version }} - install-tests: false + install-tests: true installer: mamba shell: bash -l {0} diff --git a/pyproject.toml b/pyproject.toml index e30895f..2ebb256 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ test = [ "pytest>=6.0", "pytest-xdist>=2.5", "pytest-cov>=3.0", + "MDAnalysisTests>=2.0.0", ] doc = [ "sphinx", diff --git a/setup.py b/setup.py index 96a2172..cb7cc81 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ "pytest>=6.0", "pytest-xdist>=2.5", "pytest-cov>=3.0", + "MDAnalysisTests>=2.0.0", ], "doc": [ "sphinx",