From 1786401f435f801b67dcf4bd57b484f22f5a3d4f 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 --- pyproject.toml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) 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",