From 5a829ac4579a11abe00ebb50d40e92696359af25 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Thu, 1 Feb 2018 18:21:07 -0500 Subject: [PATCH] Declare build dependency on pytest [ci skip] It's used in the LALInference unit tests. CI tests skipped for this commit because packaging is not currently run under CI. --- lalinference/debian/control.in | 1 + lalinference/lalinference.spec.in | 1 + 2 files changed, 2 insertions(+) diff --git a/lalinference/debian/control.in b/lalinference/debian/control.in index 1c6f99c274..77bb115751 100644 --- a/lalinference/debian/control.in +++ b/lalinference/debian/control.in @@ -20,6 +20,7 @@ Build-Depends: debhelper (>= 9), python-scipy (>= 0.8), python-seaborn, python-shapely, + python-pytest, swig (>= 3.0.7), zlib1g-dev, python-glue (>= @MIN_GLUE_VERSION@), diff --git a/lalinference/lalinference.spec.in b/lalinference/lalinference.spec.in index aa762c9d43..09acddf19e 100644 --- a/lalinference/lalinference.spec.in +++ b/lalinference/lalinference.spec.in @@ -19,6 +19,7 @@ BuildRequires: healpy >= 1.9.1 BuildRequires: python-astropy >= 1.1.1 BuildRequires: python-matplotlib >= 1.2.0 BuildRequires: python-shapely +BuildRequires: pytest BuildRequires: libmetaio-devel BuildRequires: libxml2-devel BuildRequires: numpy >= 1.7 -- GitLab